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:
Chenyang Zhong 2022-01-01 18:35:53 +00:00 committed by Alexander Winkowski
parent 9a0f82ac21
commit 2e110efe72
No known key found for this signature in database
GPG Key ID: 72762A66704CDE44

View File

@ -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)