diff options
author | William Roberts <w.roberts@sta.samsung.com> | 2013-04-15 13:56:22 -0700 |
---|---|---|
committer | William Roberts <w.roberts@sta.samsung.com> | 2013-04-15 13:56:22 -0700 |
commit | d43bab7b98d329ead0b5304be79d430b5a92ad10 (patch) | |
tree | 5fd34b0375cc0f7a25ee87787b050322652884c4 /rootdir | |
parent | 578b74734c1cfc773f3213a23a7195aa4b5b97aa (diff) | |
download | system_core-d43bab7b98d329ead0b5304be79d430b5a92ad10.zip system_core-d43bab7b98d329ead0b5304be79d430b5a92ad10.tar.gz system_core-d43bab7b98d329ead0b5304be79d430b5a92ad10.tar.bz2 |
Fix perms on /data/security
installd and zygote need to be able
to search the directory to access
the policy files.
Change-Id: I0679fd2084d2664dfb5a594f493317eff058415d
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 e1b826e..5e8970f 100644 --- a/rootdir/init.rc +++ b/rootdir/init.rc @@ -243,7 +243,7 @@ on post-fs-data mkdir /data/drm 0770 drm drm # 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 |