Merge "Enable world-readable selinuxfs policy binary."

This commit is contained in:
dcashman 2014-04-09 16:30:23 +00:00 committed by Gerrit Code Review
commit 2baf288682

View file

@ -177,6 +177,9 @@ on post-fs
chown system log /proc/last_kmsg chown system log /proc/last_kmsg
chmod 0440 /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 # create the lost+found directories, so as to enforce our permissions
mkdir /cache/lost+found 0770 root root mkdir /cache/lost+found 0770 root root