commit | 2baf2886826db1a137fa765a991f30a3937e7c4d | [log] [tgz] |
---|---|---|
author | dcashman <dcashman@google.com> | Wed Apr 09 16:30:23 2014 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Wed Apr 09 16:30:23 2014 +0000 |
tree | 2152329cc7f18863bd68381be6e261b64fe831e0 | |
parent | 9101878dd06a74cedeadca3fec3b3db68cba8bf0 [diff] | |
parent | 5822a4af8406fb6e9ecc675297af19852b378ca0 [diff] |
Merge "Enable world-readable selinuxfs policy binary."
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