mirror of
https://github.com/Evolution-X-Devices/device_google_wahoo
synced 2026-02-01 07:50:47 +00:00
Test: mmm system/sepolicy Bug: 34980020 Change-Id: Iefc2b9bbb32e91f8bb968aaad47d3512bf888a27
12 lines
355 B
Plaintext
12 lines
355 B
Plaintext
r_dir_file(hal_audio_default, sysfs_soc)
|
|
|
|
allow hal_audio_default audio_data_file:dir w_dir_perms;
|
|
allow hal_audio_default audio_data_file:file create_file_perms;
|
|
|
|
allow hal_audio_default perfd:unix_stream_socket connectto;
|
|
allow hal_audio_default perfd_socket:sock_file write;
|
|
|
|
userdebug_or_eng(`
|
|
allow hal_audio diag_device:chr_file rw_file_perms;
|
|
')
|