Merge "allow modprobe to read /proc/cmdline" into rvc-dev

This commit is contained in:
TreeHugger Robot 2020-05-08 06:43:25 +00:00 committed by Android (Google) Code Review
commit 249b79c680
3 changed files with 3 additions and 0 deletions

View file

@ -1,6 +1,7 @@
type modprobe, domain; type modprobe, domain;
allow modprobe proc_modules:file r_file_perms; 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 self:global_capability_class_set sys_module;
allow modprobe kernel:key search; allow modprobe kernel:key search;
recovery_only(` recovery_only(`

View file

@ -1,6 +1,7 @@
type modprobe, domain; type modprobe, domain;
allow modprobe proc_modules:file r_file_perms; 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 self:global_capability_class_set sys_module;
allow modprobe kernel:key search; allow modprobe kernel:key search;
recovery_only(` recovery_only(`

View file

@ -4,6 +4,7 @@ type vendor_modprobe, domain;
domain_trans(init, vendor_toolbox_exec, vendor_modprobe) domain_trans(init, vendor_toolbox_exec, vendor_modprobe)
allow vendor_modprobe proc_modules:file r_file_perms; allow vendor_modprobe proc_modules:file r_file_perms;
allow vendor_modprobe proc_cmdline:file r_file_perms;
allow vendor_modprobe self:global_capability_class_set sys_module; allow vendor_modprobe self:global_capability_class_set sys_module;
allow vendor_modprobe kernel:key search; allow vendor_modprobe kernel:key search;