am c1e47294: Merge "Give system ownership of selinux load and enforce files." into jb-mr2-dev

* commit 'c1e47294c9ca69f32bae24036eb0f19db3af7b2e':
  Give system ownership of selinux load and enforce files.
This commit is contained in:
Geremy Condra 2013-04-03 14:03:21 -07:00 committed by Android Git Automerger
commit 977e1f263c

View file

@ -348,6 +348,10 @@ on boot
chown system system /sys/kernel/ipv4/tcp_rmem_max
chown root radio /proc/cmdline
# Set these so we can remotely update SELinux policy
chown system system /sys/fs/selinux/load
chown system system /sys/fs/selinux/enforce
# Define TCP buffer sizes for various networks
# ReadMin, ReadInitial, ReadMax, WriteMin, WriteInitial, WriteMax,
setprop net.tcp.buffersize.default 4096,87380,110208,4096,16384,110208