aboutsummaryrefslogtreecommitdiff
path: root/sepolicy/hal_audio_default.te
blob: 8a9e7d882fa408e873dfdb052660c308755cd73f (plain)
1
2
3
4
5
6
7
allow hal_audio_default vendor_audio_data_file:file create_file_perms;
allow hal_audio_default vendor_audio_data_file:dir rw_dir_perms;
allow hal_audio_default vendor_data_file:file create_file_perms;
allow hal_audio_default vendor_data_file:dir rw_dir_perms;
allow hal_audio_default thermal_socket:sock_file write;
allow hal_audio_default thermal-engine:unix_stream_socket connectto;
allow hal_audio_default sysfs:dir { open read };