From f20b5809608b9d1125b6c7fad6616b54ad6108a0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cosme=20Dom=C3=ADnguez=20D=C3=ADaz?= Date: Sat, 10 Mar 2018 22:42:49 +0100 Subject: 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 --- sepolicy/location.te | 1 + 1 file changed, 1 insertion(+) 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; -- cgit v1.2.3