sepolicy: Change qseecom listener property

Update qseecom listner property to new one by prepending
vendor name to make vendor service.

Test: Built pass and boot to home
Bug: 79367535
Change-Id: I49c1525cb34c66b3e9592e5d226301a01ad2e4b6
This commit is contained in:
AnilKumar Chimata
2018-04-21 01:29:26 +05:30
committed by Ethan Chen
parent 8569131901
commit 570cf71a50
6 changed files with 4 additions and 6 deletions

View File

@ -1 +1 @@
get_prop(hal_gatekeeper_default, tee_listener_prop)
get_prop(hal_gatekeeper_default, vendor_tee_listener_prop)

View File

@ -1 +1 @@
get_prop(hal_keymaster_default, tee_listener_prop)
get_prop(hal_keymaster_default, vendor_tee_listener_prop)

View File

@ -3,7 +3,6 @@ type persist_nfc_prop, property_type;
type power_prop, property_type;
type qca1530_prop, property_type;
type sidecar_prop, property_type;
type tee_listener_prop, property_type;
type vendor_device_prop, property_type;
type vendor_hbtp_prop, property_type;
type vendor_usb_config_prop, property_type;

View File

@ -10,7 +10,6 @@ persist.nfc. u:object_r:persist_nfc_prop:s0
ro.alarm_boot u:object_r:vendor_alarm_boot_prop:s0
ro.camera. u:object_r:camera_prop:s0
sys.ims. u:object_r:qcom_ims_prop:s0
sys.listeners.registered u:object_r:tee_listener_prop:s0
sys.qca1530 u:object_r:qca1530_prop:s0
vendor.grip.status u:object_r:vendor_hbtp_prop:s0
vendor.powerhal.audio u:object_r:power_prop:s0

View File

@ -7,4 +7,4 @@ allow tee {
allow tee fingerprintd_data_file:dir rw_dir_perms;
allow tee fingerprintd_data_file:file create_file_perms;
set_prop(tee, tee_listener_prop)
set_prop(tee, vendor_tee_listener_prop)

View File

@ -1,4 +1,4 @@
allow vold proc_sensordata:dir r_dir_perms;
allow vold sysfs_scsi_devices_0000:file write;
get_prop(vold, tee_listener_prop)
get_prop(vold, vendor_tee_listener_prop)