mirror of
https://github.com/Evolution-X-Devices/device_xiaomi_stone
synced 2026-01-27 17:18:49 +00:00
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:
committed by
boedhack99
parent
a14c8f3254
commit
be3cd0ee39
1
sepolicy/vendor/init.te
vendored
1
sepolicy/vendor/init.te
vendored
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user