aboutsummaryrefslogtreecommitdiffstats
path: root/sepolicy/orientationd.te
diff options
context:
space:
mode:
Diffstat (limited to 'sepolicy/orientationd.te')
-rw-r--r--sepolicy/orientationd.te9
1 files changed, 0 insertions, 9 deletions
diff --git a/sepolicy/orientationd.te b/sepolicy/orientationd.te
deleted file mode 100644
index 672c473..0000000
--- a/sepolicy/orientationd.te
+++ /dev/null
@@ -1,9 +0,0 @@
-# orientationd
-type orientationd, domain;
-type orientationd_exec, exec_type, file_type;
-
-init_daemon_domain(orientationd)
-
-allow orientationd input_device:chr_file { read write open ioctl };
-allow orientationd input_device:dir { search read open };
-allow orientationd self:process { execmem };