Ver Fonte

getty_additional: add policy module

Helmut Pozimski há 3 anos atrás
pai
commit
fe7dedd299
1 ficheiros alterados com 8 adições e 0 exclusões
  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;