Merge "allow modprobe to load signed kernel modules" into oc-dev

This commit is contained in:
TreeHugger Robot 2017-06-01 19:16:33 +00:00 committed by Android (Google) Code Review
commit fc1d8d991e

View file

@ -2,6 +2,7 @@ type modprobe, domain;
allow modprobe proc_modules:file r_file_perms;
allow modprobe self:capability sys_module;
allow modprobe kernel:key search;
recovery_only(`
allow modprobe rootfs:system module_load;
allow modprobe rootfs:file r_file_perms;