android_device_samsung_msm8.../sepolicy/common/system_app.te
Kevin F. Haggerty 9f313b3cee
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
2020-09-06 04:12:10 -06:00

14 lines
363 B
Plaintext

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;
allow system_app sysfs_zram:dir search;
allow system_app sysfs_zram:file r_file_perms;
dontaudit system_app {
apex_service
system_suspend_control_service
}:service_manager find;