summaryrefslogtreecommitdiffstats
blob: b0822c60c5473930b654f6283367c85ab8c0d033 (plain) (blame)
1
2
3
4
5
6
7
8
9
#For loading modules via init.rc (wifi,cmem)
allow init self:capability sys_module;
#Create symlinks for storage
allow init tmpfs:lnk_file create_file_perms;

# /config
allow init configfs:dir create_dir_perms;
allow init configfs:file w_file_perms;
allow init configfs:lnk_file create;