sdm710-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.
sdm710: Drop a neverallow
This commit is contained in:
jjpprrrr 2021-10-30 12:30:29 +02:00 committed by Giammarco Senatore
parent f0b5986f56
commit 14ed563a24
No known key found for this signature in database
GPG key ID: 661348FC1E144F04
2 changed files with 3 additions and 6 deletions

View file

@ -1,3 +1,2 @@
# Allow appdomain to get some props
get_prop(appdomain, vendor_camera_prop)
get_prop(appdomain, camera_prop)

View file

@ -1,7 +1,5 @@
type thermal_engine_prop, property_type;
vendor_internal_prop(thermal_engine_prop);
type vendor_camera_prop, property_type;
vendor_public_prop(vendor_fp_prop);
type vendor_fp_prop, property_type;
type vendor_power_prop, property_type;
vendor_internal_prop(vendor_power_prop);