3b8b4251b7
For whatever reason, system/sepolicy/prebuilts/api/30.0 and rvc-dev's system/sepolicy differ a little. This makes 30.0 prebuilts up-to-date and also updates plat_pub_versioned.cil, built from aosp_arm64-eng target on rvc-dev branch. Bug: 168159977 Test: m selinux_policy Change-Id: I03e8a40bf021966c32f0926972cc2a483458ce5b
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;
|
|
')
|