blob: 0881f15262492be4b3f30e6195643922bc2338b2 (
plain)
1
2
3
4
5
6
7
8
|
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 { open read ioctl };
allow vold tee_device:unix_stream_socket connectto;
allow vold tee_device:sock_file write;
allow vold tee_device:unix_stream_socket connectto;
allow vold tee_device:sock_file write;
|