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:
Ajay Dudani
2017-05-17 12:21:06 -07:00
parent 6a5352b668
commit ddfc169363

View File

@@ -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;