Skip to content
Snippets Groups Projects
Commit 06a4b61b 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

Change-Id: Id41f7097fd0a48739293d4f8f06f296d0f189684
parents 7c4f46b5 fc1d8d99
No related branches found
No related tags found
No related merge requests found
......@@ -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;
......
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