Files
device_xiaomi_taoyao/sepolicy/dolby/hal_dms_default.te
johnmart19 5e3162cb99 redwood: Add support of MIUI Dolby
-Dolby Config Decommonized to device specific DT
-Sepolicy is reworked and moved to sepolicy/dolby
-Imported missing soundfx modules
-Amount of props is exactly minimal for proper work of requested stuffs
-Import Bluetooth Devices Encodings for Dolby Processing
-Dolby: Update Permissions
   Test: Boot, use Dolby app and Tiles, Verify that there is no Permission Denials and all works correctly
   Test: Pass

Co-Authored-By: someone5678 <someone5678@users.noreply.github.com>
Co-Authored-By: Woomymy <woomy@woomy.be>
Signed-off-by: Thereache <thereache2003@gmail.com>
2025-04-30 18:09:35 -03:00

13 lines
510 B
Plaintext

type hal_dms_default, domain;
hal_server_domain(hal_dms_default, hal_dms)
type hal_dms_default_exec, exec_type, vendor_file_type, file_type;
init_daemon_domain(hal_dms_default)
allow hal_dms_default vendor_data_file:file { rw_file_perms create unlink };
allow hal_dms_default vendor_data_file:dir { rw_file_perms add_name remove_name };
binder_call(hal_dms_default, mediacodec)
binder_call(hal_dms_default, hal_audio_default)
binder_call(hal_dms_default, platform_app)
binder_call(hal_dms_default, priv_app)