diff options
Diffstat (limited to 'sepolicy/location.te')
-rw-r--r-- | sepolicy/location.te | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/sepolicy/location.te b/sepolicy/location.te index 552344d..4a38218 100644 --- a/sepolicy/location.te +++ b/sepolicy/location.te @@ -1,3 +1,2 @@ -allow location system_data_file:dir { write remove_name }; -allow location system_data_file:dir add_name; -allow location wcnss_prop:file read; +allow location system_data_file:dir { write remove_name add_name }; +allow location wcnss_prop:file { read getattr open }; |