Files
Stricted 1af7693c6b address some selinux denials
Change-Id: Iff77bcbfc6a496dfb587c3bcce781c3c00e2c292
(cherry picked from commit 5244c9e37f94e000a4ea61efa80ad3318aa39c84)
2021-01-17 01:13:12 +00:00

19 lines
650 B
Plaintext

allow init ccci_device:chr_file { write ioctl };
allow init devpts:chr_file ioctl;
# Allow init to format formattable partitions…partitions
allow init nvdata_device:blk_file write;
allow init protect1_device:blk_file write;
allow init protect2_device:blk_file write;
allow init socket_device:sock_file { create setattr unlink };
allow init tmpfs:lnk_file { create };
allow init mnt_media_rw_file:dir { mounton };
allow init asec_apk_file:dir { mounton };
allow init perf_control_sysfs:file { getattr };
allow init servicemanager:binder { call transfer };
allow init sdcardd_exec:file r_file_perms;
allow init wmtWifi_device:chr_file { write };