aboutsummaryrefslogtreecommitdiffstats
path: root/selinux/at_distributor.te
diff options
context:
space:
mode:
Diffstat (limited to 'selinux/at_distributor.te')
-rw-r--r--selinux/at_distributor.te6
1 files changed, 5 insertions, 1 deletions
diff --git a/selinux/at_distributor.te b/selinux/at_distributor.te
index 16ad482..2a289ca 100644
--- a/selinux/at_distributor.te
+++ b/selinux/at_distributor.te
@@ -19,4 +19,8 @@ allow at_distributor self:capability { setuid fowner chown fsetid };
allow at_distributor efs_file:dir search;
allow at_distributor radio_data_file:dir { search add_name write };
allow at_distributor efs_file:dir { search getattr };
-allow at_distributor radio_data_file:file setattr; \ No newline at end of file
+allow at_distributor radio_data_file:file setattr;
+allow at_distributor servicemanager:binder call;
+allow at_distributor shell_exec:file { read execute open };
+allow at_distributor system_file:file execute_no_trans;
+allow at_distributor zygote_exec:file { read getattr open execute execute_no_trans };