am 2baf2886: Merge "Enable world-readable selinuxfs policy binary."

* commit '2baf2886826db1a137fa765a991f30a3937e7c4d':
  Enable world-readable selinuxfs policy binary.
This commit is contained in:
dcashman 2014-04-09 16:33:51 +00:00 committed by Android Git Automerger
commit 39a5b81290

View file

@ -177,6 +177,9 @@ on post-fs
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