mirror of
https://github.com/PixelExperience-Devices/device_xiaomi_sm6250-common.git
synced 2025-04-29 02:27:21 +09:00
sm6250-common: sepolicy: specify the owner of vendor props
vendor_fp_prop is public because apps like Alipay may access it to enable biometrics payment authentication. Change-Id: I167bca763bdf2a5e66ed763f8e0a61b74c915498 Signed-off-by: Chenyang Zhong <zhongcy95@gmail.com>
This commit is contained in:
parent
9a0f82ac21
commit
2e110efe72
6
sepolicy/vendor/property.te
vendored
6
sepolicy/vendor/property.te
vendored
@ -1,5 +1,5 @@
|
||||
type vendor_power_prop, property_type;
|
||||
vendor_internal_prop(vendor_power_prop)
|
||||
|
||||
type vendor_fp_prop, property_type;
|
||||
vendor_internal_prop(vendor_thermal_prop)
|
||||
|
||||
type vendor_thermal_prop, property_type;
|
||||
vendor_public_prop(vendor_fp_prop)
|
||||
|
Loading…
x
Reference in New Issue
Block a user