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, 20 insertions, 0 deletions
diff --git a/iio-qipcrtr.te b/iio-qipcrtr.te
new file mode 100644
index 0000000..5ea7434
--- /dev/null
+++ b/iio-qipcrtr.te
@@ -0,0 +1,20 @@
+
+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;