diff options
| author | Kenny Root <kroot@android.com> | 2012-08-13 09:50:00 -0700 |
|---|---|---|
| committer | Android Git Automerger <android-git-automerger@android.com> | 2012-08-13 09:50:00 -0700 |
| commit | 4dcd52ab11d25fe3d53aab52b6c233e692da4eae (patch) | |
| tree | 52ef7f4330985d388bb4a4c054e3efa019aa38a3 /rootdir | |
| parent | 2ff6099854691e3406a17797d4aa83624174e6f4 (diff) | |
| parent | 297f802f25d093274c1f5fb890ee8dfacfbf159e (diff) | |
| download | system_core-4dcd52ab11d25fe3d53aab52b6c233e692da4eae.tar.gz system_core-4dcd52ab11d25fe3d53aab52b6c233e692da4eae.tar.bz2 system_core-4dcd52ab11d25fe3d53aab52b6c233e692da4eae.zip | |
am 297f802f: Merge "Add support for reloading policy from /data/system."
* commit '297f802f25d093274c1f5fb890ee8dfacfbf159e':
Add support for reloading policy from /data/system.
Diffstat (limited to 'rootdir')
| -rw-r--r-- | rootdir/init.rc | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/rootdir/init.rc b/rootdir/init.rc index 76a4ff10..47653e47 100644 --- a/rootdir/init.rc +++ b/rootdir/init.rc @@ -355,6 +355,10 @@ 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 |
