aboutsummaryrefslogtreecommitdiffci
path: root/iio-qipcrtr.te
diff refs
from: back
to: back
| flip
diff options
context:
space:
mode:
Diffstat (limited to 'iio-qipcrtr.te')
-rw-r--r--iio-qipcrtr.te20
1 files changed, 0 insertions, 20 deletions
diff --git a/iio-qipcrtr.te b/iio-qipcrtr.te
deleted file mode 100644
index 5ea7434..0000000
--- a/iio-qipcrtr.te
+++ /dev/null
@@ -1,20 +0,0 @@
-
-module iio-qipcrtr 1.0;
-
-require {
- type iiosensorproxy_t;
- type systemd_userdbd_t;
- type xdm_var_run_t;
- class sock_file read;
- class qipcrtr_socket { create getattr getopt setopt };
-}
-
-#============= iiosensorproxy_t ==============
-
-#!!!! This avc is allowed in the current policy
-allow iiosensorproxy_t self:qipcrtr_socket { create getattr getopt setopt };
-
-#============= systemd_userdbd_t ==============
-
-#!!!! This avc is allowed in the current policy
-allow systemd_userdbd_t xdm_var_run_t:sock_file read;