summaryrefslogtreecommitdiffstats
path: root/rootdir
diff options
context:
space:
mode:
authorrepo sync <gcondra@google.com>2013-05-17 12:47:04 -0700
committerrepo sync <gcondra@google.com>2013-05-17 12:47:04 -0700
commit8a3878700eb9cd8ecf495cd01f15face5c3879c8 (patch)
tree43823c70180654ebfaa33991b8eab8fc56fe7a4f /rootdir
parent3d32cd938746215e5fa9b1a3c3b78903e043ae73 (diff)
downloadsystem_core-8a3878700eb9cd8ecf495cd01f15face5c3879c8.zip
system_core-8a3878700eb9cd8ecf495cd01f15face5c3879c8.tar.gz
system_core-8a3878700eb9cd8ecf495cd01f15face5c3879c8.tar.bz2
Revert "Reload policy after setting up the data partition."
This reverts commit fee250d27a9c03af1ba439047b976d89563b1887.
Diffstat (limited to 'rootdir')
-rw-r--r--rootdir/init.rc4
1 files changed, 0 insertions, 4 deletions
diff --git a/rootdir/init.rc b/rootdir/init.rc
index 4b4408f..854af44 100644
--- a/rootdir/init.rc
+++ b/rootdir/init.rc
@@ -177,9 +177,6 @@ on post-fs
mkdir /cache/lost+found 0770 root root
on post-fs-data
- # reload SELinux based on what we find on the data partition
- selinux_reload_policy
-
# We chown/chmod /data again so because mount is run as root + defaults
chown system system /data
chmod 0771 /data
@@ -413,7 +410,6 @@ service ueventd /sbin/ueventd
seclabel u:r:ueventd:s0
on property:selinux.reload_policy=1
- selinux_reload_policy
restart ueventd
restart installd