e2da6b2900
perfd is not working as the following error on our device
[0: perfd: 955] devbw soc:qcom,cpubw: dev_pm_opp_get_opp_count: device OPP not found (-19)
So I reverted all the perfd stuffs
This reverts commit 21dcb08866
.
22 lines
839 B
Text
22 lines
839 B
Text
allow hal_audio_default hal_bluetooth_a2dp_hwservice:hwservice_manager { add find };
|
|
|
|
allow hal_audio_default sysfs_audio_writable:file r_file_perms;
|
|
|
|
allow hal_audio_default sec_efs_file:dir create_dir_perms;
|
|
allow hal_audio_default sec_efs_file:file create_file_perms;
|
|
|
|
allow hal_audio_default vendor_audio_data_file:dir create_dir_perms;
|
|
|
|
allow hal_audio_default vendor_audiopcm_data_file:dir create_dir_perms;
|
|
allow hal_audio_default vendor_audiopcm_data_file:file create_file_perms;
|
|
|
|
allow hal_audio_default vendor_log_file:dir r_dir_perms;
|
|
|
|
allow hal_audio_default audio_prop:property_service set;
|
|
|
|
allow hal_audio_default imei_efs_file:dir search;
|
|
allow hal_audio_default imei_efs_file:file { getattr open read };
|
|
|
|
allow hal_audio_default init:unix_stream_socket connectto;
|
|
|
|
allow hal_audio_default property_socket:sock_file write;
|