aboutsummaryrefslogtreecommitdiff
path: root/sepolicy/vold.te
blob: e5b776ec01702ec8f76a4d52d789abb67a378fdd (plain)
1
2
3
4
5
6
7
allow vold diag_data_file:dir { read open ioctl };
allow vold tee_prop:file { getattr open read };
allow vold firmware_file:file { getattr open read };
allow vold iddd_file:dir read;
allow vold tee_device:unix_stream_socket connectto;
allow vold tee_device:sock_file write;