remove obsolete flags from BoardConfig
[GitHub/mt8127/android_device_alcatel_ttab.git] / sepolicy / init.te
CommitLineData
ce9dd018
S
1allow init ccci_device:chr_file { write ioctl };
2allow init devpts:chr_file ioctl;
3
4# Allow init to format formattable partitions…partitions
5allow init nvdata_device:blk_file write;
6allow init protect1_device:blk_file write;
7allow init protect2_device:blk_file write;
8
9allow init socket_device:sock_file { create setattr unlink };
5244c9e3
S
10
11
12allow init tmpfs:lnk_file { create };
13allow init mnt_media_rw_file:dir { mounton };
14allow init asec_apk_file:dir { mounton };
15allow init perf_control_sysfs:file { getattr };
16allow init servicemanager:binder { call transfer };
17allow init sdcardd_exec:file r_file_perms;
18allow init wmtWifi_device:chr_file { write };