diff options
author | Chirayu Desai <chirayudesai1@gmail.com> | 2014-11-21 22:36:24 +0530 |
---|---|---|
committer | Chirayu Desai <chirayudesai1@gmail.com> | 2014-11-21 22:36:24 +0530 |
commit | 15794c298aab18f2cc1d27112e15098b57528416 (patch) | |
tree | 0d1e478991c010bbfbb7144374d7279ab09d84eb /rootdir | |
parent | b074f5b3b40c453d305f350d93b35a15e5b38c73 (diff) |
init: properly run recursive restorecon
Change-Id: I47c026cb8da15b7b857f7d597be2e9e5d84ef714
Diffstat (limited to 'rootdir')
-rw-r--r-- | rootdir/init.qcom.rc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rootdir/init.qcom.rc b/rootdir/init.qcom.rc index 12da53e..a6fe971 100644 --- a/rootdir/init.qcom.rc +++ b/rootdir/init.qcom.rc @@ -101,7 +101,7 @@ on fs exec /sbin/wait4tad_static exec /system/bin/taimport - restorecon -R /data/etc + restorecon_recursive /data/etc on early-boot # set RLIMIT_MEMLOCK to 64MB |