diff options
| author | Nick Kralevich <nnk@google.com> | 2013-12-09 10:35:41 -0800 |
|---|---|---|
| committer | Android Git Automerger <android-git-automerger@android.com> | 2013-12-09 10:35:41 -0800 |
| commit | 7d1f3a3daa721892b3247e847f72f1e948a0a68f (patch) | |
| tree | a21771e9d4447cde1cdca2961d465a78a106d4b6 /rootdir | |
| parent | cb7092d9f602dcbe8c8c7b2eeec5858e1c35cc39 (diff) | |
| parent | bdf53e2a59654d2b1e8469616f1b0175b275219d (diff) | |
| download | system_core-7d1f3a3daa721892b3247e847f72f1e948a0a68f.tar.gz system_core-7d1f3a3daa721892b3247e847f72f1e948a0a68f.tar.bz2 system_core-7d1f3a3daa721892b3247e847f72f1e948a0a68f.zip | |
am bdf53e2a: Merge "Do not change ownership on /sys/fs/selinux/enforce."
* commit 'bdf53e2a59654d2b1e8469616f1b0175b275219d':
Do not change ownership on /sys/fs/selinux/enforce.
Diffstat (limited to 'rootdir')
| -rw-r--r-- | rootdir/init.rc | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/rootdir/init.rc b/rootdir/init.rc index 3976032c7..a2f5da199 100644 --- a/rootdir/init.rc +++ b/rootdir/init.rc @@ -361,9 +361,6 @@ 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/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 |
