diff options
author | dianlujitao <dianlujitao@lineageos.org> | 2018-12-24 12:04:48 +0800 |
---|---|---|
committer | Isaac Chen <isaacchen@isaacchen.cn> | 2018-12-29 16:34:23 +0100 |
commit | 302882abdb46c22554bae33977152281add8ef6b (patch) | |
tree | b39b534d3b3ceae8ad2c2bf19cc1c58b283196cc /sepolicy/property_contexts | |
parent | 5f26bcf56206a337303e203be8c0b4cb76605d13 (diff) |
wayne-common: Support Alipay fingerprint payment
* IFAA manager is based on OnePlusOSS, but adapted for Xiaomi's mlipay
interface.Also hardcode model detection to pass Alipay check.
* vendor.xiaomi.hardware.mtdservice@1.0.so is not actually used, thus
patchelf to drop it rather than shipping a blob.
* Modify libmlipay.so to allow load firmware from vendor
Change-Id: Idf3d3a8d40245984767f4ef5f60f9fe584e69f21
Diffstat (limited to 'sepolicy/property_contexts')
-rw-r--r-- | sepolicy/property_contexts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sepolicy/property_contexts b/sepolicy/property_contexts index 6ac6236..57f8ba8 100644 --- a/sepolicy/property_contexts +++ b/sepolicy/property_contexts @@ -2,3 +2,4 @@ sys.fp.goodix u:object_r:hal_fingerprint_prop:s0 sys.fp.vendor u:object_r:hal_fingerprint_prop:s0 persist.sys.fp.info u:object_r:hal_fingerprint_prop:s0 persist.sys.fp.vendor u:object_r:hal_fingerprint_prop:s0 +persist.sys.ifaa u:object_r:ifaa_prop:s0 |