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.

6 lines
265 B

allow vendor_init vendor_file:system { module_load };
allow vendor_init self:capability { sys_module };
allow vendor_init kernel:system module_request;
# GOOGLE(aosp/1496143): default_prop is readable only from coredomain
#allow vendor_init default_prop:file read;