mirror of
https://github.com/chararomandroid/android_device_samsung_a20
synced 2026-08-21 19:55:33 -04:00
universal7885: 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: SamarV-121 <samarvispute121@pm.me> Signed-off-by: roynatech2544 <whiteshell2544@naver.com>
This commit is contained in:
parent
58957661c3
commit
faa961a5f5
1 changed files with 21 additions and 26 deletions
47
universal7885-common/sepolicy/vendor/property.te
vendored
47
universal7885-common/sepolicy/vendor/property.te
vendored
|
|
@ -1,26 +1,21 @@
|
|||
# modemloader
|
||||
type modemloader_prop, property_type;
|
||||
type camera_prop, property_type;
|
||||
|
||||
type persist_rmnet_prop, property_type;
|
||||
type persist_data_df_prop, property_type;
|
||||
type persist_data_wda_prop, property_type;
|
||||
|
||||
type vendor_camera_prop, property_type;
|
||||
type vendor_factory_prop, property_type;
|
||||
type vendor_gps_prop, property_type;
|
||||
type vendor_nfc_prop, property_type;
|
||||
type vendor_wlbtd_prop, property_type;
|
||||
type vendor_wlan_prop, property_type;
|
||||
type vendor_hwc_prop, property_type;
|
||||
# property.te
|
||||
|
||||
type vendor_cbd_prop, property_type;
|
||||
type vendor_radio_prop, property_type;
|
||||
type vendor_fastcharge_prop, property_type;
|
||||
type vendor_wifi_prop, property_type;
|
||||
type rild_prop, property_type;
|
||||
# property.te
|
||||
type vendor_secureos_prop, property_type;
|
||||
type vendor_tzdaemon_prop, property_type;
|
||||
type vendor_tztsdaemon_prop, property_type;
|
||||
vendor_internal_prop(modemloader_prop)
|
||||
vendor_internal_prop(camera_prop)
|
||||
vendor_internal_prop(modemloader_prop)
|
||||
vendor_internal_prop(persist_rmnet_prop)
|
||||
vendor_internal_prop(persist_data_df_prop)
|
||||
vendor_internal_prop(persist_data_wda_prop)
|
||||
vendor_internal_prop(vendor_camera_prop)
|
||||
vendor_internal_prop(vendor_factory_prop)
|
||||
vendor_internal_prop(vendor_gps_prop)
|
||||
vendor_internal_prop(vendor_nfc_prop)
|
||||
vendor_internal_prop(vendor_wlbtd_prop)
|
||||
vendor_internal_prop(vendor_wlan_prop)
|
||||
vendor_internal_prop(vendor_hwc_prop)
|
||||
vendor_internal_prop(vendor_cbd_prop)
|
||||
vendor_internal_prop(vendor_radio_prop)
|
||||
vendor_internal_prop(vendor_fastcharge_prop)
|
||||
vendor_internal_prop(vendor_wifi_prop)
|
||||
vendor_internal_prop(rild_prop)
|
||||
vendor_internal_prop(vendor_secureos_prop)
|
||||
vendor_internal_prop(vendor_tzdaemon_prop)
|
||||
vendor_internal_prop(vendor_tztsdaemon_prop)
|
||||
|
|
|
|||
Loading…
Reference in a new issue