mirror of
https://github.com/chararomandroid/android_device_samsung_a20
synced 2026-08-22 12:05:32 -04:00
This will make sec audioril init succeed, as it creates socket for rild and audio system to connect Still don't know what this actually does since its part of Samsung telephony framework
9 lines
353 B
Text
9 lines
353 B
Text
type multiclientd, domain, coredomain;
|
|
type multiclientd_exec, file_type, exec_type, system_file_type;
|
|
|
|
init_daemon_domain(multiclientd)
|
|
|
|
allow multiclientd rild:binder { call transfer };
|
|
allow multiclientd rild_hwservice:hwservice_manager find;
|
|
allow multiclientd hwservicemanager_prop:file read;
|
|
allow multiclientd same_process_hal_file:file execute;
|