diff options
Diffstat (limited to 'sepolicy/netd.te')
-rw-r--r-- | sepolicy/netd.te | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/sepolicy/netd.te b/sepolicy/netd.te index 5d204e5..f513b69 100644 --- a/sepolicy/netd.te +++ b/sepolicy/netd.te @@ -1,3 +1,2 @@ -allow netd firmware_file:file { read open }; -allow netd firmware_file:dir search; -allow netd vfat:file { read open }; +r_dir_file(netd, firmware_file) +allow netd vfat:file r_file_perms; |