diff options
author | Cosme Domínguez Díaz <cosme.ddiaz@gmail.com> | 2018-03-22 00:27:36 +0100 |
---|---|---|
committer | Cosme Domínguez Díaz <cosme.ddiaz@gmail.com> | 2018-03-22 00:31:40 +0100 |
commit | 8be7295c84f8db5a0abde433b1f50c5cd38ba609 (patch) | |
tree | 46dae54dbc14c77fb07874b7ce79968fc531b15d /sepolicy/location.te | |
parent | 75f1bfc69423641d4bc515e190b293d56c754922 (diff) |
msm8996-common: Fix some SELinux denials.
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 }; |