b1f434c446
Move vendor policy to vendor and add a place for system extensions. Also add such an extension: a labeling of the qti.ims.ext service. Bug: 38151691 Bug: 62041272 Test: Policy binary identical before and after, except plat_service_contexts has new service added. Change-Id: Ie4e8527649787dcf2391b326daa80cf1c9bd9d2f Change-Id: I1493c4c8876c4446a1de46b39942098bf49c79f8
16 lines
548 B
Text
16 lines
548 B
Text
type hal_mlipay_default, domain;
|
|
|
|
type hal_mlipay_default_exec, exec_type, vendor_file_type, file_type;
|
|
init_daemon_domain(hal_mlipay_default)
|
|
|
|
hwbinder_use(hal_mlipay_default)
|
|
get_prop(hal_mlipay_default, hwservicemanager_prop)
|
|
add_hwservice(hal_mlipay_default, hal_mlipay_hwservice)
|
|
|
|
allow hal_mlipay_default tee_device:chr_file rw_file_perms;
|
|
allow hal_mlipay_default ion_device:chr_file r_file_perms;
|
|
|
|
r_dir_file(hal_mlipay_default, firmware_file)
|
|
set_prop(hal_mlipay_default, mlipay_prop);
|
|
|
|
get_prop(hal_mlipay_default, hal_fingerprint_prop);
|