[wp-trac] [WordPress Trac] #27568: Wordpress automatic updates are breaking unix rights
WordPress Trac
noreply at wordpress.org
Fri Mar 28 08:01:19 UTC 2014
#27568: Wordpress automatic updates are breaking unix rights
-----------------------------+-----------------------------
Reporter: zigooo | Owner:
Type: defect (bug) | Status: new
Priority: normal | Milestone: Awaiting Review
Component: Upgrade/Install | Version: trunk
Severity: normal | Keywords:
Focuses: |
-----------------------------+-----------------------------
On my hosted platform, PHP scripts have to be chmod +x to be executed.
Otherwise, visitors are sent to an error page.
On each and every upgrade, wordpress completely destroys the unix rights
of itself, removing the "world executable" bit from the PHP scripts, and
adding a "world writable" bit to directories (which by the way is a very
bad thing to do security wise).
This would be ok-ish if it wasn't done through the automated updates,
which by the way I didn't find a way to disable (is it even possible). The
result is that my blog is randomly completely broken.
Please fix the automated updates so that they don't just break unix rights
each and every time.
--
Ticket URL: <https://core.trac.wordpress.org/ticket/27568>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform
More information about the wp-trac
mailing list