diff options
author | Isaac Chen <tingyi364@gmail.com> | 2019-07-24 06:04:32 +0200 |
---|---|---|
committer | Isaac Chen <tingyi364@gmail.com> | 2019-09-01 16:44:11 +0200 |
commit | 915e5bfa31e8f1f725e9e3461370c8535017d2e8 (patch) | |
tree | eecdd755c743e62069dba2b46622ab8813650fa0 /sepolicy/property_contexts | |
parent | eb15173eee7fe3a19fea03da5c06cba1cdb091ad (diff) |
wayne-common: Address denials for P
Signed-off-by: Isaac Chen <tingyi364@gmail.com>
Change-Id: I6759914e91c1cc437304d74328e970daeb3d25e3
Diffstat (limited to 'sepolicy/property_contexts')
-rw-r--r-- | sepolicy/property_contexts | 11 |
1 files changed, 9 insertions, 2 deletions
diff --git a/sepolicy/property_contexts b/sepolicy/property_contexts index 57f8ba8..037565e 100644 --- a/sepolicy/property_contexts +++ b/sepolicy/property_contexts @@ -1,5 +1,12 @@ +persist.camera. u:object_r:camera_prop:s0 +persist.vendor.camera. u:object_r:camera_prop:s0 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 +persist.vendor.sys.fp.vendor u:object_r:hal_fingerprint_prop:s0 +persist.vendor.sys.pay.fido u:object_r:mlipay_prop:s0 +persist.vendor.sys.pay.ifaa u:object_r:mlipay_prop:s0 +persist.vendor.sys.pay.soter u:object_r:mlipay_prop:s0 +persist.vendor.sys.provision.status u:object_r:mlipay_prop:s0 +persist.sys.thermal. u:object_r:thermal_engine_prop:s0 +sys.thermal. u:object_r:thermal_engine_prop:s0 |