am 8794b2ee
: Merge "Fix perms on /data/security"
* commit '8794b2eeb2bbd717ca18b8bef5d853f99334aabc': Fix perms on /data/security
This commit is contained in:
commit
cb4b9605cb
1 changed files with 1 additions and 1 deletions
|
@ -254,7 +254,7 @@ on post-fs-data
|
|||
symlink /data/data/com.android.shell/files/bugreports /data/bugreports
|
||||
|
||||
# Separate location for storing security policy files on data
|
||||
mkdir /data/security 0700 system system
|
||||
mkdir /data/security 0711 system system
|
||||
|
||||
# If there is no fs-post-data action in the init.<device>.rc file, you
|
||||
# must uncomment this line, otherwise encrypted filesystems
|
||||
|
|
Loading…
Reference in a new issue