sm7250-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: Ibed833cd9e5d786e82985ded6bc62abdf8cd9ded Merged-In: Ibed833cd9e5d786e82985ded6bc62abdf8cd9ded (cherry picked from commit 44eb8e1f89adf04fd413a69391fd444ba68af742) (cherry picked from commit 1922128397116d551a663d5344b4456a84bf46eb) Signed-off-by: aswin7469 <aswinas@pixysos.com>
This commit is contained in:
committed by
KakatkarAkshay
parent
4bc5aeaa2e
commit
2fb1896b68
22
sepolicy/vendor/property.te
vendored
22
sepolicy/vendor/property.te
vendored
@@ -1,11 +1,11 @@
|
||||
type vendor_cwb_prop, property_type;
|
||||
type vendor_db_security_prop, property_type;
|
||||
type vendor_fingerprint_prop, property_type;
|
||||
type vendor_gps_prop, property_type;
|
||||
type vendor_memplus_prop, property_type;
|
||||
type vendor_nfc_prop, property_type;
|
||||
type vendor_oem_bluetooth_prop, property_type;
|
||||
type vendor_oem_wifi_prop, property_type;
|
||||
type vendor_rild_prop, property_type;
|
||||
type vendor_set_wlan_prop, property_type;
|
||||
type vendor_shell_prop, property_type;
|
||||
vendor_internal_prop(vendor_cwb_prop)
|
||||
vendor_internal_prop(vendor_db_security_prop)
|
||||
vendor_public_prop(vendor_fingerprint_prop)
|
||||
vendor_internal_prop(vendor_gps_prop)
|
||||
vendor_internal_prop(vendor_memplus_prop)
|
||||
vendor_internal_prop(vendor_nfc_prop)
|
||||
vendor_internal_prop(vendor_oem_bluetooth_prop)
|
||||
vendor_internal_prop(vendor_oem_wifi_prop)
|
||||
vendor_internal_prop(vendor_rild_prop)
|
||||
vendor_internal_prop(vendor_set_wlan_prop)
|
||||
vendor_internal_prop(vendor_shell_prop)
|
||||
|
||||
Reference in New Issue
Block a user