diff options
Diffstat (limited to 'selinux/init.te')
-rw-r--r-- | selinux/init.te | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/selinux/init.te b/selinux/init.te new file mode 100644 index 0000000..2f29889 --- /dev/null +++ b/selinux/init.te @@ -0,0 +1,3 @@ +allow init wpa_socket:unix_dgram_socket { bind create }; + + |