diff options
author | Colin Cross <ccross@android.com> | 2013-05-01 03:49:47 +0000 |
---|---|---|
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | 2013-05-01 03:49:47 +0000 |
commit | 8794b2eeb2bbd717ca18b8bef5d853f99334aabc (patch) | |
tree | 2911de66fe5a07e8807d578460fceda4ae8f2714 /rootdir | |
parent | f69cc564f4129ad7f223bb7d83ebec9fe3438b62 (diff) | |
parent | d43bab7b98d329ead0b5304be79d430b5a92ad10 (diff) | |
download | system_core-8794b2eeb2bbd717ca18b8bef5d853f99334aabc.zip system_core-8794b2eeb2bbd717ca18b8bef5d853f99334aabc.tar.gz system_core-8794b2eeb2bbd717ca18b8bef5d853f99334aabc.tar.bz2 |
Merge "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 4d72d61..4b26f39 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 |