diff options
author | Nick Kralevich <nnk@google.com> | 2013-12-09 18:18:24 +0000 |
---|---|---|
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | 2013-12-09 18:18:24 +0000 |
commit | bdf53e2a59654d2b1e8469616f1b0175b275219d (patch) | |
tree | c8b81ae9c1cd1bb421e718a428257ac3e0e508a2 | |
parent | 48a6d3de590714f4e913c6cc3135a455126df91d (diff) | |
parent | 17bec835d5cf1dfd3fa94df3b0da84a1e731e447 (diff) | |
download | core-bdf53e2a59654d2b1e8469616f1b0175b275219d.tar.gz core-bdf53e2a59654d2b1e8469616f1b0175b275219d.tar.bz2 core-bdf53e2a59654d2b1e8469616f1b0175b275219d.zip |
Merge "Do not change ownership on /sys/fs/selinux/enforce."
-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 109f15b4e..d1822cf96 100644 --- a/rootdir/init.rc +++ b/rootdir/init.rc @@ -356,9 +356,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 |