sepolicy : allow domains for dir search on qti_debugfs
Graphics kernel driver is trying to access the debugfs to
create the new pid entry under "/sys/kernel/debug/kgsl/<PID>",
which is leading to avc denial from that process as below.
Fix this by allowing domains for dir search on qti_debugfs.
W RenderThread: type=1400 audit(0.0:115): avc: denied { search }
for name="proc" dev="debugfs" ino=18887 scontext=u:r:priv_app:s0:c512,c768
tcontext=u:object_r:qti_debugfs:s0 tclass=dir permissive=0
Change-Id: Id7785e879162ab793e9c4c213793174b4edd1935
1 file changed