aboutsummaryrefslogtreecommitdiffstats
path: root/selinux/netd.te
diff options
context:
space:
mode:
Diffstat (limited to 'selinux/netd.te')
-rw-r--r--selinux/netd.te4
1 files changed, 3 insertions, 1 deletions
diff --git a/selinux/netd.te b/selinux/netd.te
index d1c2662..0983293 100644
--- a/selinux/netd.te
+++ b/selinux/netd.te
@@ -1 +1,3 @@
-allow netd init:tcp_socket { read write }; \ No newline at end of file
+allow netd init:tcp_socket { read write getopt setopt };
+allow netd kernel:system module_request;
+allow netd unlabeled:file { read getattr open };