diff options
Diffstat (limited to 'selinux/init.te')
-rw-r--r-- | selinux/init.te | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/selinux/init.te b/selinux/init.te index 2f29889..7abe7a5 100644 --- a/selinux/init.te +++ b/selinux/init.te @@ -1,3 +1,7 @@ -allow init wpa_socket:unix_dgram_socket { bind create }; - - +allow init debugfs:dir mounton; +allow init radio_device:dir relabelto; +allow init radio_device:file { relabelto setattr }; +allow init radio_device:lnk_file relabelto; +allow init sysfs:lnk_file setattr; +allow init radio_device:lnk_file setattr; +allow init tmpfs:lnk_file create; |