diff options
author | Stephen Smalley <sds@tycho.nsa.gov> | 2013-01-28 13:29:38 -0500 |
---|---|---|
committer | Stephen Smalley <sds@tycho.nsa.gov> | 2013-03-21 14:25:16 -0400 |
commit | c0317a75793ecbcd4a8e19f477458eb677024869 (patch) | |
tree | d88a9d09f3847a55b55f70ad56e55fc43a45d537 | |
parent | 028e38f691c12c3f6f034dd192e5efcae8e767c7 (diff) | |
download | system_core-c0317a75793ecbcd4a8e19f477458eb677024869.zip system_core-c0317a75793ecbcd4a8e19f477458eb677024869.tar.gz system_core-c0317a75793ecbcd4a8e19f477458eb677024869.tar.bz2 |
Fix mode on /data/security.
Change-Id: Id97d06a1c360c7871361db147f76b8a2eaceca42
Signed-off-by: Stephen Smalley <sds@tycho.nsa.gov>
-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 72f351f..0784c63 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 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 |