Skip to content
Snippets Groups Projects
Commit f64e4df3 authored by Steve Muckle's avatar Steve Muckle Committed by android-build-merger
Browse files

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

am: 06a4b61b

Change-Id: I50d8c90eaba6161e839ceb9fc87a41540e15eead
parents b17b7637 06a4b61b
No related branches found
No related tags found
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.
Finish editing this message first!
Please register or to comment