diff options
author | Cosme Domínguez Díaz <cosme.ddiaz@gmail.com> | 2018-03-10 22:42:49 +0100 |
---|---|---|
committer | Cosme Domínguez Díaz <cosme.ddiaz@gmail.com> | 2018-03-10 23:04:17 +0100 |
commit | f20b5809608b9d1125b6c7fad6616b54ad6108a0 (patch) | |
tree | 7f2d3e6dc926582043f4bc97f279c0bb72301964 | |
parent | 9fb8e657901ffc4f26443a3c73fc56d735c2327d (diff) |
msm8996-common: Fix location SELinux denial.
* avc: denied { read } for pid=729 comm=lowi-server name=u:object_r:wcnss_prop:s0 dev=tmpfs ino=15432 scontext=u:r:location:s0 tcontext=u:object_r:wcnss_prop:s0 tclass=file permissive=0
-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; |