Skip to content
Snippets Groups Projects
Commit fc1d8d99 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

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

parents b0d59450 53add31a
Branches
Tags
No related merge requests found
...@@ -2,6 +2,7 @@ type modprobe, domain; ...@@ -2,6 +2,7 @@ type modprobe, domain;
allow modprobe proc_modules:file r_file_perms; allow modprobe proc_modules:file r_file_perms;
allow modprobe self:capability sys_module; allow modprobe self:capability sys_module;
allow modprobe kernel:key search;
recovery_only(` recovery_only(`
allow modprobe rootfs:system module_load; allow modprobe rootfs:system module_load;
allow modprobe rootfs:file r_file_perms; allow modprobe rootfs:file r_file_perms;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment