Change-Id: Ic78db8195c5c51f85c9c6fd3ef8333489afd6e79 MTK-Commit-Id: 848bf57127be9d01fd1df4aab95737855456afee
10 lines
281 B
Plaintext
10 lines
281 B
Plaintext
|
|
# insmod LKM under /odm or /vendor
|
|
allow init self:capability sys_module;
|
|
allow init system_file:system module_load;
|
|
|
|
# boot process denial clean up
|
|
allow init debugfs_tracing:dir write;
|
|
allow init debugfs_tracing:file write;
|
|
allow init sysfs_devices_system_cpu:file relabelfrom;
|