Skip to content
Snippets Groups Projects
Commit b5201698 authored by Tom Cherry's avatar Tom Cherry Committed by Gerrit Code Review
Browse files

Merge "Allow ueventd to insert modules"

parents 0f11ffcc 52a80ac1
No related branches found
No related tags found
No related merge requests found
......@@ -49,6 +49,11 @@ recovery_only(`
# linker tries to resolve paths in ld.config.txt.
dontaudit ueventd postinstall_mnt_dir:dir getattr;
# ueventd loads modules in response to modalias events.
allow ueventd self:global_capability_class_set sys_module;
allow ueventd vendor_file:system module_load;
allow ueventd kernel:key search;
#####
##### neverallow rules
#####
......
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