From c0317a75793ecbcd4a8e19f477458eb677024869 Mon Sep 17 00:00:00 2001 From: Stephen Smalley Date: Mon, 28 Jan 2013 13:29:38 -0500 Subject: Fix mode on /data/security. Change-Id: Id97d06a1c360c7871361db147f76b8a2eaceca42 Signed-off-by: Stephen Smalley --- rootdir/init.rc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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..rc file, you # must uncomment this line, otherwise encrypted filesystems -- cgit v1.1