diff options
author | Geremy Condra <gcondra@google.com> | 2013-03-22 20:54:52 -0700 |
---|---|---|
committer | Android Git Automerger <android-git-automerger@android.com> | 2013-03-22 20:54:52 -0700 |
commit | fb39c0d19860fe48bc598d5d180a8cce9f59e33b (patch) | |
tree | 15a85254df04a9233ade5283028ceb2d866a3e5a /rootdir | |
parent | d0f3e8588a58e1687ca4336609e809351e94e2d8 (diff) | |
parent | 4d71493e74ed1ea39e554146351cc39e47cb5d02 (diff) | |
download | system_core-fb39c0d19860fe48bc598d5d180a8cce9f59e33b.zip system_core-fb39c0d19860fe48bc598d5d180a8cce9f59e33b.tar.gz system_core-fb39c0d19860fe48bc598d5d180a8cce9f59e33b.tar.bz2 |
am 4d71493e: am e849970c: Merge "Fix mode on /data/security."
* commit '4d71493e74ed1ea39e554146351cc39e47cb5d02':
Fix mode 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 55ee03d..8e42f9d 100644 --- a/rootdir/init.rc +++ b/rootdir/init.rc @@ -247,7 +247,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 0600 system system + mkdir /data/security 0700 system system # If there is no fs-post-data action in the init.<device>.rc file, you # must uncomment this line, otherwise encrypted filesystems |