android_device_samsung_a20/universal7885-common/sepolicy/vendor/multiclientd.te
roynatech2544 3f7b6ce7aa universal7885: sepolicy: Add rule for multiclientd
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
2022-09-22 13:12:46 +09:00

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;