aboutsummaryrefslogtreecommitdiffstats
path: root/selinux/sysinit.te
blob: 3bb4d515381820d15576556417268bb0d84dd679 (plain)
1
2
3
4
5
6
7
8
9
10
11
allow sysinit camera_data_file:dir { read getattr open };
allow sysinit camera_data_file:file { create read write getattr open setattr };
allow sysinit self:capability { fowner chown fsetid };
allow sysinit wifi_data_file:file { read write open };
allow sysinit camera_data_file:dir search;
allow sysinit efs_file:dir search;
allow sysinit camera_data_file:dir { write add_name };
allow sysinit efs_file:file { open read write };
allow sysinit cache_file:dir { write add_name };
allow sysinit cache_file:file { write create open };
allow sysinit kernel:system syslog_read;