summaryrefslogtreecommitdiffstats
path: root/sepolicy/smc_pa_ctrl.te
diff options
context:
space:
mode:
authorLuden <luden@ghostmail.com>2016-03-17 20:19:12 +0000
committerZiyan <jaraidaniel@gmail.com>2016-04-03 15:49:30 +0200
commit3977f65b1374e3365f69695771afe886165564d6 (patch)
treea146b3b6135fc94fa2f4e62b54ed677f9bce4d6f /sepolicy/smc_pa_ctrl.te
parent3c60373689a44efea9a87b6cdac148530b02d775 (diff)
downloaddevice_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 'sepolicy/smc_pa_ctrl.te')
-rw-r--r--sepolicy/smc_pa_ctrl.te6
1 files changed, 6 insertions, 0 deletions
diff --git a/sepolicy/smc_pa_ctrl.te b/sepolicy/smc_pa_ctrl.te
new file mode 100644
index 0000000..dfaaea5
--- /dev/null
+++ b/sepolicy/smc_pa_ctrl.te
@@ -0,0 +1,6 @@
+# smc_pa_ctrl
+type smc_pa_ctrl, domain;
+type smc_pa_ctrl_exec, exec_type, file_type;
+init_daemon_domain(smc_pa_ctrl)
+
+allow smc_pa_ctrl tee_device:chr_file rw_file_perms;