From 9f313b3cee30e2e22f522e27fd540b983593bf64 Mon Sep 17 00:00:00 2001 From: "Kevin F. Haggerty" Date: Sat, 5 Sep 2020 05:24:06 -0600 Subject: [PATCH] msm8974-common: sepolicy: Allow system_app to access wificond via IPC avc: denied { call } for comm=4173796E635461736B202334 scontext=u:r:system_app:s0 tcontext=u:r:wificond:s0 tclass=binder permissive=0 Change-Id: I5fed7bfa2362bce7fa26d22618b2584a145f5385 --- sepolicy/common/system_app.te | 2 ++ 1 file changed, 2 insertions(+) diff --git a/sepolicy/common/system_app.te b/sepolicy/common/system_app.te index f2f9920..b5f3c59 100644 --- a/sepolicy/common/system_app.te +++ b/sepolicy/common/system_app.te @@ -1,3 +1,5 @@ +binder_call(system_app, wificond) + allow system_app proc_pagetypeinfo:file r_file_perms; allow system_app sysfs_mdnie:dir search; allow system_app sysfs_mdnie:file rw_file_perms;