diff options
author | Stephen Smalley <sds@tycho.nsa.gov> | 2013-04-16 09:30:30 -0400 |
---|---|---|
committer | Stephen Smalley <sds@tycho.nsa.gov> | 2013-07-26 15:39:41 -0400 |
commit | e2eb69db6d818b41f5c0f2090cc643f7cff31734 (patch) | |
tree | 359a344215a31cc534d9830d823c11a36545b76c /rootdir/init.rc | |
parent | 5d8554323caddfa3ca02f31625ea72634312521f (diff) | |
download | system_core-e2eb69db6d818b41f5c0f2090cc643f7cff31734.zip system_core-e2eb69db6d818b41f5c0f2090cc643f7cff31734.tar.gz system_core-e2eb69db6d818b41f5c0f2090cc643f7cff31734.tar.bz2 |
Handle policy reloads within ueventd rather than restarting it.
Restarting ueventd upon policy reloads has reportedly created
stability problems for some users and could cause events to be lost.
Stop restarting ueventd and instead handle policy reloads within ueventd.
Also stops restarting installd upon policy reloads.
Change-Id: Ic7f310d69a7c420e48fbc974000cf4a5b9ab4a3b
Signed-off-by: Stephen Smalley <sds@tycho.nsa.gov>
Diffstat (limited to 'rootdir/init.rc')
-rw-r--r-- | rootdir/init.rc | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/rootdir/init.rc b/rootdir/init.rc index 6713c6d..5e3c991 100644 --- a/rootdir/init.rc +++ b/rootdir/init.rc @@ -395,10 +395,6 @@ service ueventd /sbin/ueventd critical seclabel u:r:ueventd:s0 -on property:selinux.reload_policy=1 - restart ueventd - restart installd - service console /system/bin/sh class core console |