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.

12 lines
350 B

#For loading modules via init.rc (ex: wifi)
allow init self:capability sys_module;
#Create symlinks for storage
allow init tmpfs:lnk_file create_file_perms;
# Allow module insertion
allow init vendor_file:system module_load;
# Configfs
allow init configfs:file write;
allow init configfs:lnk_file { create unlink } ;
dontaudit init proc:file write;