sdm660-common: sepolicy: drop Mlipay sepolicy
This commit is contained in:
parent
dd6db97ea5
commit
f5050df60f
4 changed files with 0 additions and 7 deletions
1
sepolicy/vendor/hwservice.te
vendored
1
sepolicy/vendor/hwservice.te
vendored
|
@ -1,2 +1 @@
|
|||
type hal_mlipay_hwservice, hwservice_manager_type;
|
||||
type hal_slmadapter_hwservice, hwservice_manager_type;
|
||||
|
|
1
sepolicy/vendor/hwservice_contexts
vendored
1
sepolicy/vendor/hwservice_contexts
vendored
|
@ -6,4 +6,3 @@ com.fingerprints.extension::IFingerprintSenseTouch u:object
|
|||
com.fingerprints.extension::IFingerprintSensorTest u:object_r:hal_fingerprint_hwservice:s0
|
||||
vendor.goodix.hardware.fingerprint::IGoodixBiometricsFingerprint u:object_r:hal_fingerprint_hwservice:s0
|
||||
vendor.qti.hardware.slmadapter::ISlmAdapter u:object_r:hal_slmadapter_hwservice:s0
|
||||
vendor.xiaomi.hardware.mlipay::IMlipayService u:object_r:hal_mlipay_hwservice:s0
|
||||
|
|
1
sepolicy/vendor/property.te
vendored
1
sepolicy/vendor/property.te
vendored
|
@ -1,6 +1,5 @@
|
|||
vendor_public_prop(hal_fingerprint_prop);
|
||||
vendor_public_prop(hal_camera_prop);
|
||||
vendor_public_prop(mlipay_prop);
|
||||
vendor_restricted_prop(vendor_camera_prop);
|
||||
vendor_internal_prop(dirac_prop);
|
||||
vendor_internal_prop(vendor_power_prop)
|
||||
|
|
4
sepolicy/vendor/property_contexts
vendored
4
sepolicy/vendor/property_contexts
vendored
|
@ -67,10 +67,6 @@ ro.hardware.chipname u:object_r:exported_default_prop:s0
|
|||
# Media
|
||||
gpu.stats.debug.level u:object_r:vendor_default_prop:s0
|
||||
|
||||
# Mlipay
|
||||
persist.vendor.sys.pay. u:object_r:mlipay_prop:s0
|
||||
persist.vendor.sys.provision.status u:object_r:mlipay_prop:s0
|
||||
|
||||
# MPCTL
|
||||
sys.post_boot.parsed u:object_r:vendor_mpctl_prop:s0
|
||||
|
||||
|
|
Loading…
Reference in a new issue