blob: d7b2fc38fd8b706b47d243b1affaa1bfe1ab74cd [file] [log] [blame]
Alex Klyubinf5446eb2017-03-23 14:27:32 -07001typeattribute modprobe coredomain;
Inseob Kim75806ef2024-03-27 17:18:41 +09002
3allow modprobe proc_modules:file r_file_perms;
4allow modprobe proc_cmdline:file r_file_perms;
5allow modprobe self:global_capability_class_set sys_module;
6allow modprobe kernel:key search;
7allow modprobe system_dlkm_file:dir search;
8allow modprobe system_dlkm_file:file r_file_perms;
9allow modprobe system_dlkm_file:system module_load;
10recovery_only(`
11 allow modprobe rootfs:system module_load;
12 allow modprobe rootfs:file r_file_perms;
13')