Page MenuHomePhabricator

Change the mode of the directory created by `PhutilKeyValueCacheDirectory`
ClosedPublic

Authored by joshuaspence on Jul 16 2014, 5:41 AM.
Tags
None
Referenced Files
F15450238: D9947.diff
Fri, Mar 28, 2:41 PM
F15445368: D9947.diff
Thu, Mar 27, 1:34 PM
F15435351: D9947.id23882.diff
Tue, Mar 25, 7:54 AM
F15434234: D9947.diff
Tue, Mar 25, 2:44 AM
F15426373: D9947.id23882.diff
Sun, Mar 23, 8:18 AM
F15419820: D9947.id23859.diff
Fri, Mar 21, 9:11 AM
F15417665: D9947.id23882.diff
Thu, Mar 20, 5:51 PM
F15414204: D9947.id23881.diff
Wed, Mar 19, 11:21 PM
Subscribers

Details

Summary

Change the mode of the directory created by PhutilKeyValueCacheDirectory from 0777 to 0755. In general, this directory shouldn't need g+x or o+x permissions.

Test Plan

Ran diviner generate and checked the permissions on the .divinercache directory.

Diff Detail

Repository
rPHU libphutil
Branch
cachedir-0775
Lint
Lint Passed
Unit
Tests Passed
Build Status
Buildable 1712
Build 1713: [Placeholder Plan] Wait for 30 Seconds

Event Timeline

joshuaspence retitled this revision from to Change the mode of the directory created by `PhutilKeyValueCacheDirectory`.
joshuaspence updated this object.
joshuaspence edited the test plan for this revision. (Show Details)
joshuaspence added a reviewer: epriestley.
epriestley edited edge metadata.

Something like 755 or even 700 would probably be fine, too.

This revision is now accepted and ready to land.Jul 16 2014, 11:49 AM
joshuaspence updated this object.
  • Demote permissions from 0775 to 0755.