mirror of
https://github.com/Anything-at-25-00/android_device_tecno_LG8n.git
synced 2024-11-22 21:56:26 -08:00
LG8n: sepolicy: Change mtk_hal_audio
to hal_audio_default
Signed-off-by: Shirayuki39 <lorddemecrius83@proton.me>
This commit is contained in:
parent
a8a043661e
commit
f4c66c2b9c
1
sepolicy/vendor/awinic.te
vendored
1
sepolicy/vendor/awinic.te
vendored
|
@ -1 +0,0 @@
|
||||||
allow mtk_hal_audio aw87xxx_vmax:file { read getattr open };
|
|
2
sepolicy/vendor/hal_audio_default.te
vendored
2
sepolicy/vendor/hal_audio_default.te
vendored
|
@ -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;
|
||||||
|
|
||||||
|
|
1
sepolicy/vendor/mtk_hal_audio.te
vendored
1
sepolicy/vendor/mtk_hal_audio.te
vendored
|
@ -1 +0,0 @@
|
||||||
allow mtk_hal_audio sysfs:file { read getattr open };
|
|
Loading…
Reference in a new issue