sepolicy: qti: Grant perms to mount tracefs when CONFIG_DEBUG_FS

avc:  denied  { mounton } for  pid=1 comm="init" path="/sys/kernel/tracing" dev="tracefs" ino=1 scontext=u:r:init:s0 tcontext=u:object_r:debugfs_tracing_debug:s0 tclass=dir permissive=0
This commit is contained in:
UtsavBalar1231
2023-10-21 20:13:32 +05:30
committed by sreeshankark
parent 182d42df95
commit 68c41c5489

View File

@@ -1 +1,3 @@
allow init proc:file write; allow init proc:file write;
allow init debugfs_tracing_debug:dir mounton;