You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
11 lines
343 B
11 lines
343 B
type modprobe, domain; |
|
|
|
allow modprobe proc_modules:file r_file_perms; |
|
allow modprobe self:capability sys_module; |
|
allow modprobe kernel:key search; |
|
recovery_only(` |
|
allow modprobe rootfs:system module_load; |
|
allow modprobe rootfs:file r_file_perms; |
|
') |
|
allow modprobe { system_file }:system module_load; |
|
r_dir_file(modprobe, { system_file })
|
|
|