commit | 5822a4af8406fb6e9ecc675297af19852b378ca0 | [log] [tgz] |
---|---|---|
author | dcashman <dcashman@google.com> | Tue Mar 25 16:31:07 2014 -0700 |
committer | dcashman <dcashman@google.com> | Mon Apr 07 14:05:43 2014 -0700 |
tree | 3315d63ae3f0cb8f6ec329063494550e021d2376 | |
parent | 6b91fefdb22b33d7cdebe10fab4db834f5f8784d [diff] |
Enable world-readable selinuxfs policy binary. Change-Id: I1eefb457cea1164a8aa9eeb7683b3d99ee56ca99
diff --git a/rootdir/init.rc b/rootdir/init.rc index a07790a..dfb98f0 100644 --- a/rootdir/init.rc +++ b/rootdir/init.rc
@@ -177,6 +177,9 @@ chown system log /proc/last_kmsg chmod 0440 /proc/last_kmsg + # make the selinux kernel policy world-readable + chmod 0444 /sys/fs/selinux/policy + # create the lost+found directories, so as to enforce our permissions mkdir /cache/lost+found 0770 root root