mirror of
https://github.com/PixelExperience-Devices/device_xiaomi_miatoll.git
synced 2025-05-16 19:17:34 +09:00
sm6250-common: sepolicy: Attach vendor_property_type to properties
We are going to enforce that each property has an explicit owner, such as system, vendor, or product. This attaches vendor_property_type to properties defined under vendor sepolicy directories. Bug: 159097992 Test: m selinux_policy && boot device Change-Id: I33c40ca345365d8f01f43d3ce7f1f3434b1edfd5 Signed-off-by: Sebastiano Barezzi <barezzisebastiano@gmail.com>
This commit is contained in:
parent
4663e12a68
commit
7295be9301
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