Alex Klyubin | f5446eb | 2017-03-23 14:27:32 -0700 | [diff] [blame] | 1 | typeattribute modprobe coredomain; |
Inseob Kim | 75806ef | 2024-03-27 17:18:41 +0900 | [diff] [blame^] | 2 | |
| 3 | allow modprobe proc_modules:file r_file_perms; |
| 4 | allow modprobe proc_cmdline:file r_file_perms; |
| 5 | allow modprobe self:global_capability_class_set sys_module; |
| 6 | allow modprobe kernel:key search; |
| 7 | allow modprobe system_dlkm_file:dir search; |
| 8 | allow modprobe system_dlkm_file:file r_file_perms; |
| 9 | allow modprobe system_dlkm_file:system module_load; |
| 10 | recovery_only(` |
| 11 | allow modprobe rootfs:system module_load; |
| 12 | allow modprobe rootfs:file r_file_perms; |
| 13 | ') |