mirror of
https://github.com/PixelExperience-Devices/device_xiaomi_sm6250-common.git
synced 2025-08-03 15:06:31 +09:00
sm6250-common: Don't mount TraceFS twice.
* AOSP already mounts TraceFS in system init, so mounting it twice causes SEPolicy denials. See the comments in this change. https://android-review.googlesource.com/c/platform/system/sepolicy/+/1294195 Change-Id: Ic5d9ac2dbd36e404a93a8d48aa0ea933fd7fa701
This commit is contained in:
committed by
Alexander Winkowski
parent
6a60791b24
commit
54830186e5
3
sepolicy/vendor/init.te
vendored
3
sepolicy/vendor/init.te
vendored
@ -1,6 +1,3 @@
|
||||
# For mount tracefs tracefs /sys/kernel/tracing
|
||||
allow init debugfs_tracing_debug:dir mounton;
|
||||
|
||||
allow init same_process_hal_file:file execute;
|
||||
|
||||
allow init adsprpcd_file:file mounton;
|
||||
|
Reference in New Issue
Block a user