diff options
author | Fedor917 <cryscript@gmail.com> | 2016-11-10 16:08:06 +0700 |
---|---|---|
committer | Fedor917 <cryscript@gmail.com> | 2016-11-10 16:08:06 +0700 |
commit | 1ebfb18a229b395c76b29e7266e2798090948ddd (patch) | |
tree | 4c7d3e22470915a48cfa714ea3335b1781efc1dd /sepolicy/netd.te | |
parent | e20953eccb7d8b9125a37699b2cef2c8374fa3f0 (diff) |
Test some changes in sepolicy
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; |