diff options
author | Colin Cross <ccross@android.com> | 2013-04-30 21:12:29 -0700 |
---|---|---|
committer | Android Git Automerger <android-git-automerger@android.com> | 2013-04-30 21:12:29 -0700 |
commit | cb4b9605cb923d071a546b444d10cbe21367d878 (patch) | |
tree | b58925f7bb6297a43ac506239be9b07a7d94720c /rootdir | |
parent | 803eda6a2dfcb50f61dd4a6a616e560a87453cb0 (diff) | |
parent | 8794b2eeb2bbd717ca18b8bef5d853f99334aabc (diff) | |
download | system_core-cb4b9605cb923d071a546b444d10cbe21367d878.zip system_core-cb4b9605cb923d071a546b444d10cbe21367d878.tar.gz system_core-cb4b9605cb923d071a546b444d10cbe21367d878.tar.bz2 |
am 8794b2ee: Merge "Fix perms on /data/security"
* commit '8794b2eeb2bbd717ca18b8bef5d853f99334aabc':
Fix perms on /data/security
Diffstat (limited to 'rootdir')
-rw-r--r-- | rootdir/init.rc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rootdir/init.rc b/rootdir/init.rc index 0dae99c..b89708e 100644 --- a/rootdir/init.rc +++ b/rootdir/init.rc @@ -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 |