unplugged-vendor/device/mediatek/sepolicy/bsp/plat_private/vtservice.te

28 lines
876 B
Plaintext

# ==============================================
# Policy File of /system/bin/vtservice Executable File
# ==============================================
# MTK Policy Rule
# ==============================================
typeattribute vtservice coredomain;
type vtservice_exec, system_file_type, exec_type, file_type;
init_daemon_domain(vtservice)
binder_use(vtservice)
binder_call(vtservice, mediaserver)
binder_service(vtservice)
# Date : WK15.33
# Purpose : Add vtservice to support video telephony functionality
# 3G VT/ViLTE both use this service which will also communication with IMCB/Rild
allow vtservice vtservice_service:service_manager add;
# Date: 2018/08/24
# Operation: add mdp
get_prop(vtservice, system_mtk_debug_bq_dump_prop)
# Date: 2022/08/15
# Operation: get ims vt signal strength
get_prop(vtservice, system_mtk_ims_vt_signalstrength_prop)