Set expandattribute false for property attributes in prebuilts am: fa3b250ad1
am: ae167c2105
am: 7c80be1c0e
am: 4295510ad5
Original change: https://android-review.googlesource.com/c/platform/system/sepolicy/+/1435472 Change-Id: Ie22601291b8b24f5c4816425b26d091398684862 Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
commit
c4632424b8
1 changed files with 8 additions and 0 deletions
|
@ -91,15 +91,19 @@ attribute extended_core_property_type;
|
|||
|
||||
# All properties defined by /system.
|
||||
attribute system_property_type;
|
||||
expandattribute system_property_type false;
|
||||
|
||||
# All /system-defined properties used only in /system.
|
||||
attribute system_internal_property_type;
|
||||
expandattribute system_internal_property_type false;
|
||||
|
||||
# All /system-defined properties which can't be written outside /system.
|
||||
attribute system_restricted_property_type;
|
||||
expandattribute system_restricted_property_type false;
|
||||
|
||||
# All /system-defined properties with no restrictions.
|
||||
attribute system_public_property_type;
|
||||
expandattribute system_public_property_type false;
|
||||
|
||||
# All properties defined by /product.
|
||||
# Currently there are no enforcements between /system and /product, so for now
|
||||
|
@ -111,15 +115,19 @@ define(`product_public_type', `system_public_property_type')
|
|||
|
||||
# All properties defined by /vendor.
|
||||
attribute vendor_property_type;
|
||||
expandattribute vendor_property_type false;
|
||||
|
||||
# All /vendor-defined properties used only in /vendor.
|
||||
attribute vendor_internal_property_type;
|
||||
expandattribute vendor_internal_property_type false;
|
||||
|
||||
# All /vendor-defined properties which can't be written outside /vendor.
|
||||
attribute vendor_restricted_property_type;
|
||||
expandattribute vendor_restricted_property_type false;
|
||||
|
||||
# All /vendor-defined properties with no restrictions.
|
||||
attribute vendor_public_property_type;
|
||||
expandattribute vendor_public_property_type false;
|
||||
|
||||
# All service_manager types created by system_server
|
||||
attribute system_server_service;
|
||||
|
|
Loading…
Reference in a new issue