Parcourir la source

getty_additional: add policy module

Helmut Pozimski il y a 3 ans
Parent
commit
fe7dedd299
1 fichiers modifiés avec 8 ajouts et 0 suppressions
  1. 8 0
      getty_additional.te

+ 8 - 0
getty_additional.te

@@ -0,0 +1,8 @@
+policy_module(getty_additional, 0.0.1)
+
+require {
+  type getty_t;
+  type getty_runtime_t;
+}
+
+allow getty_t getty_runtime_t:file watch;