9316da8e12
This is needed for libmodprobe to pass module options on the kernel commandline to kernel modules when they are loaded. Bug: 155422904 Change-Id: I9df7e211765268815bfb9269365264f5ca468712 Merged-In: I9df7e211765268815bfb9269365264f5ca468712
10 lines
318 B
Text
10 lines
318 B
Text
type modprobe, domain;
|
|
|
|
allow modprobe proc_modules:file r_file_perms;
|
|
allow modprobe proc_cmdline:file r_file_perms;
|
|
allow modprobe self:global_capability_class_set sys_module;
|
|
allow modprobe kernel:key search;
|
|
recovery_only(`
|
|
allow modprobe rootfs:system module_load;
|
|
allow modprobe rootfs:file r_file_perms;
|
|
')
|