mirror of
https://github.com/Anything-at-25-00/android_device_tecno_LG8n.git
synced 2024-11-22 13:46:26 -08:00
8 lines
230 B
Plaintext
8 lines
230 B
Plaintext
|
# Allow init.insmod.sh to read cmdline
|
||
|
allow init_insmod_sh proc_cmdline:file r_file_perms;
|
||
|
|
||
|
# Allow required capabilities for modprobe
|
||
|
allow init_insmod_sh self:capability sys_nice;
|
||
|
allow init_insmod_sh kernel:process setsched;
|
||
|
|