43b6a317bc
Bug: 206330997 Test: Build Change-Id: I26082be343b15c9d6c7cabf0acd44711fbcc8113
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;
|
|
')
|