You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
11 lines
406 B
11 lines
406 B
type vendor_modprobe, domain; |
|
|
|
# For the use of /vendor/bin/modprobe from vendor init.rc fragments |
|
domain_trans(init, vendor_toolbox_exec, vendor_modprobe) |
|
|
|
allow vendor_modprobe proc_modules:file r_file_perms; |
|
allow vendor_modprobe self:capability sys_module; |
|
allow vendor_modprobe kernel:key search; |
|
|
|
allow vendor_modprobe { vendor_file }:system module_load; |
|
r_dir_file(vendor_modprobe, { vendor_file })
|
|
|