From 3977f65b1374e3365f69695771afe886165564d6 Mon Sep 17 00:00:00 2001 From: Luden Date: Thu, 17 Mar 2016 20:19:12 +0000 Subject: Implemented SELinux rules for tuna. Change-Id: I0c82e620532cf968341cc8c5d268aa0788ebb94f --- rootdir/init.tuna.rc | 3 +++ 1 file changed, 3 insertions(+) (limited to 'rootdir/init.tuna.rc') 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 -- cgit v1.1