diff options
-rw-r--r-- | sepolicy/location.te | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sepolicy/location.te b/sepolicy/location.te index 0e4623a..b9f963f 100644 --- a/sepolicy/location.te +++ b/sepolicy/location.te @@ -1,3 +1,4 @@ allow location system_data_file:dir { write remove_name }; allow location system_data_file:sock_file { unlink create setattr }; allow location system_data_file:dir add_name; +allow location wcnss_prop:file read; |