android_device_xiaomi_sm725.../sepolicy/vendor/hal_mlipay_default.te
Sebastiano Barezzi c2c941216a
sm8250-common: Initial common sepolicies
* Adapted from xiaomi-sm6150 and xiaomi-sm6250

Co-authored-by: Pig <pig.priv@gmail.com>
Co-authored-by: Zinadin Zidan <zidan.roking@gmail.com>
Co-authored-by: Utsav Balar <utsavbalar1231@gmail.com>
Co-authored-by: Ramii Ahmed <ramy@ahmedramy.com>
Change-Id: Ie64d863d6d36bdebb79d328de9ede5826b1cd486
2021-03-29 08:27:20 +02:00

17 lines
422 B
Plaintext

type hal_mlipay_default, domain;
hal_server_domain(hal_mlipay_default, hal_mlipay)
type hal_mlipay_default_exec, exec_type, vendor_file_type, file_type;
init_daemon_domain(hal_mlipay_default)
allow hal_mlipay_default {
ion_device
tee_device
}:chr_file rw_file_perms;
r_dir_file(hal_mlipay_default, firmware_file)
get_prop(hal_mlipay_default, vendor_fp_prop)
set_prop(hal_mlipay_default, vendor_tee_listener_prop)