diff options
-rwxr-xr-x | rootdir/init.target.rc | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/rootdir/init.target.rc b/rootdir/init.target.rc index 5fc5125..d5fb185 100755 --- a/rootdir/init.target.rc +++ b/rootdir/init.target.rc @@ -135,6 +135,11 @@ on post-fs-data mkdir /data/misc/wifi/sockets 0770 wifi wifi restorecon_recursive /efs + restorecon /system/bin/gpsd + restorecon /system/bin/geomagneticd + restorecon_recursive /data/system/gps + restorecon /data/system/yas.cfg + restorecon /data/system/yas-backup.cfg on boot @@ -199,4 +204,4 @@ service DR-daemon /system/bin/ddexe class main user root group system radio inet net_raw - seclabel u:r:DR-daemon:s0
\ No newline at end of file + seclabel u:r:DR-daemon:s0 |