diff options
author | Luden <luden@ghostmail.com> | 2016-03-17 20:19:12 +0000 |
---|---|---|
committer | Ziyan <jaraidaniel@gmail.com> | 2016-04-03 15:49:30 +0200 |
commit | 3977f65b1374e3365f69695771afe886165564d6 (patch) | |
tree | a146b3b6135fc94fa2f4e62b54ed677f9bce4d6f /rootdir | |
parent | 3c60373689a44efea9a87b6cdac148530b02d775 (diff) | |
download | device_samsung_tuna-3977f65b1374e3365f69695771afe886165564d6.zip device_samsung_tuna-3977f65b1374e3365f69695771afe886165564d6.tar.gz device_samsung_tuna-3977f65b1374e3365f69695771afe886165564d6.tar.bz2 |
Implemented SELinux rules for tuna.
Change-Id: I0c82e620532cf968341cc8c5d268aa0788ebb94f
Diffstat (limited to 'rootdir')
-rwxr-xr-x | rootdir/init.tuna.rc | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/rootdir/init.tuna.rc b/rootdir/init.tuna.rc index 3d0315f..ce9e85b 100755 --- a/rootdir/init.tuna.rc +++ b/rootdir/init.tuna.rc @@ -142,6 +142,7 @@ service setup_fs /system/bin/setup_fs \ class core user root group root + seclabel u:r:fs_setup:s0 oneshot service tf_daemon /system/bin/tf_daemon \ @@ -157,6 +158,7 @@ service smc_pa_wvdrm /system/bin/smc_pa_ctrl \ class core user drmrpc group drmrpc + seclabel u:r:smc_pa_ctrl:s0 oneshot disabled @@ -251,6 +253,7 @@ service tee_fs_setup /system/vendor/bin/tee-fs-setup.sh class core user root group root + seclabel u:r:recovery:s0 disabled oneshot |