diff options
| author | Kenny Root <kroot@google.com> | 2012-08-13 10:21:35 -0700 |
|---|---|---|
| committer | Kenny Root <kroot@google.com> | 2012-08-13 10:21:35 -0700 |
| commit | 605103fb553a8b872aa8dd0aef76ae8b3bfe47fa (patch) | |
| tree | aa2c23c9e87c1872ef7aacc70b446455da1704bd /rootdir | |
| parent | 98ebf1975f68ffeaa43d5c53964c3dabe8655562 (diff) | |
| parent | 4dcd52ab11d25fe3d53aab52b6c233e692da4eae (diff) | |
| download | system_core-605103fb553a8b872aa8dd0aef76ae8b3bfe47fa.tar.gz system_core-605103fb553a8b872aa8dd0aef76ae8b3bfe47fa.tar.bz2 system_core-605103fb553a8b872aa8dd0aef76ae8b3bfe47fa.zip | |
resolved conflicts for merge of 4dcd52ab to jb-mr1-dev
Change-Id: Ibd0c03a7883a2e31adab18543c016776b7b36866
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 c7063b5f..4c20ec11 100644 --- a/rootdir/init.rc +++ b/rootdir/init.rc @@ -359,6 +359,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 |
