LG8n: sepolicy: Change mtk_hal_audio to hal_audio_default

Signed-off-by: Shirayuki39 <lorddemecrius83@proton.me>
This commit is contained in:
Shirayuki39 2024-07-26 02:52:36 +08:00
parent a8a043661e
commit f4c66c2b9c
3 changed files with 2 additions and 2 deletions

View file

@ -1 +0,0 @@
allow mtk_hal_audio aw87xxx_vmax:file { read getattr open };

View file

@ -4,6 +4,8 @@ allow hal_audio_default mtk_audiohal_data_file:dir create_dir_perms;
allow hal_audio_default mtk_audiohal_data_file:file create_file_perms; allow hal_audio_default mtk_audiohal_data_file:file create_file_perms;
allow hal_audio_default sysfs_boot_info:file r_file_perms; allow hal_audio_default sysfs_boot_info:file r_file_perms;
allow hal_audio_default vow_device:chr_file rw_file_perms; allow hal_audio_default vow_device:chr_file rw_file_perms;
allow hal_audio_default sysfs:file { read getattr open };
allow hal_audio_default aw87xxx_vmax:file { read getattr open };
dontaudit hal_audio_default hal_power_hwservice:hwservice_manager find; dontaudit hal_audio_default hal_power_hwservice:hwservice_manager find;

View file

@ -1 +0,0 @@
allow mtk_hal_audio sysfs:file { read getattr open };