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

* commit '39a5b812904ec13390d6261bafccf823729ae21d':
  Enable world-readable selinuxfs policy binary.
This commit is contained in:
dcashman 2014-04-09 16:37:05 +00:00 committed by Android Git Automerger
commit 8b4ea5a49d

View file

@ -186,6 +186,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