change /cache/recovery group to cache
To unbundle system update, we need users other than system to be able to write the /cache/recovery directory.
This commit is contained in:
parent
65b109a246
commit
eb67fac472
1 changed files with 1 additions and 1 deletions
|
@ -97,7 +97,7 @@ loglevel 3
|
|||
chmod 0770 /cache
|
||||
|
||||
# This may have been created by the recovery system with odd permissions
|
||||
chown system system /cache/recovery
|
||||
chown system cache /cache/recovery
|
||||
chmod 0770 /cache/recovery
|
||||
|
||||
#change permissions on vmallocinfo so we can grab it from bugreports
|
||||
|
|
Loading…
Reference in a new issue