mirror of
https://github.com/Evolution-X-Devices/device_google_wahoo
synced 2026-02-01 07:50:47 +00:00
perfd: Add rule to allow hal_power_default signull denial
[ 1786.071909] type=1400 audit(1495048493.567:602): avc: denied {
signull } for pid=781 comm="perfd" scontext=u:r:perfd:s0
tcontext=u:r:hal_power_default:s0 tclass=process permissive=1
Test: Boot test, verified this selinux denial doesn't show up
Change-Id: I37a4cf45eea84dc3314d235ef21eb7d2c2d8c33e
This commit is contained in:
@@ -11,6 +11,7 @@ r_dir_file(perfd, sysfs_msm_subsys)
|
||||
dontaudit perfd self:capability kill;
|
||||
|
||||
allow perfd mediacodec:process signull;
|
||||
allow perfd hal_power_default:process signull;
|
||||
|
||||
allow perfd cgroup:file r_file_perms;
|
||||
allow perfd post_boot_prop:file r_file_perms;
|
||||
|
||||
Reference in New Issue
Block a user