Inseob Kim | ff43be2 | 2021-06-07 16:56:56 +0900 | [diff] [blame] | 1 | type modprobe, domain; |
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 | recovery_only(` | ||||
8 | allow modprobe rootfs:system module_load; | ||||
9 | allow modprobe rootfs:file r_file_perms; | ||||
10 | ') |