sm6375-common: sepolicy: 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

Change-Id: Ia71539ff4b622d5130f2051e8ae490f3b7a4722b
This commit is contained in:
UtsavBalar1231
2022-03-28 13:17:46 -03:00
committed by boedhack99
parent a14c8f3254
commit be3cd0ee39

View File

@@ -1,4 +1,5 @@
allow init adsprpcd_file:file mounton;
allow init debugfs_tracing_debug:dir mounton;
# Allow init to set read_ahead_kb and discard_max_bytes on /data partition
allow init vendor_sysfs_scsi_host:file w_file_perms;