non_plat: Allow proc_perfmgr to associate with proc filesystem

Denial observed without this change:
[    7.887820] .(1)[396:logd.auditd]type=1400 audit(1610975734.228:4): avc: denied { associate } for comm="init" name="boot_boost" scontext=u:object_r:proc_perfmgr:s0 tcontext=u:object_r:proc:s0 tclass=filesystem permissive=1

Signed-off-by: Aayush Gupta <aayushgupta219@gmail.com>
Change-Id: I2adca2f377a825840f63643132a064c9c1394b06
This commit is contained in:
Aayush Gupta 2021-01-18 21:47:31 +05:30
parent 92f5e50812
commit c076d39750

1
non_plat/proc_perfmgr.te Normal file
View File

@ -0,0 +1 @@
allow proc_perfmgr proc:filesystem associate;