From 2c22ff681c44714ba6c23e08c6d9a5c3257e33fa Mon Sep 17 00:00:00 2001 From: William Roberts Date: Mon, 15 Apr 2013 13:56:22 -0700 Subject: Fix perms on /data/security installd and zygote need to be able to search the directory to access the policy files. Change-Id: I0679fd2084d2664dfb5a594f493317eff058415d --- rootdir/init.rc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rootdir/init.rc b/rootdir/init.rc index d261e4a..d8e960a 100644 --- a/rootdir/init.rc +++ b/rootdir/init.rc @@ -262,7 +262,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..rc file, you # must uncomment this line, otherwise encrypted filesystems -- cgit v1.1