Merge "allow modprobe to load signed kernel modules" into oc-dev
This commit is contained in:
commit
fc1d8d991e
1 changed files with 1 additions and 0 deletions
|
@ -2,6 +2,7 @@ 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;
|
||||
|
|
Loading…
Reference in a new issue