• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1
2# insmod LKM under /odm or /vendor
3allow init self:capability sys_module;
4allow init system_file:system module_load;
5
6# boot process denial clean up
7allow init debugfs_tracing:dir write;
8allow init debugfs_tracing:file write;
9allow init sysfs_devices_system_cpu:file relabelfrom;
10