94b7372534
Bug: 129943426 Test: Build Change-Id: I3e091652fa8d1757b1f71f7559186d5b32f000d5
9 lines
271 B
Text
9 lines
271 B
Text
type modprobe, domain;
|
|
|
|
allow modprobe proc_modules: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;
|
|
')
|