xref: /aosp_15_r20/system/sepolicy/private/attributes (revision e4a36f4174b17bbab9dc043f4a65dc8d87377290)
1*e4a36f41SAndroid Build Coastguard Workerhal_attribute(lazy_test);
2*e4a36f41SAndroid Build Coastguard Worker
3*e4a36f41SAndroid Build Coastguard Worker# This is applied to apps on vendor images with SDK <=30 only,
4*e4a36f41SAndroid Build Coastguard Worker# to exempt them from recent mls changes. It must not be applied
5*e4a36f41SAndroid Build Coastguard Worker# to any domain on newer system or vendor image.
6*e4a36f41SAndroid Build Coastguard Workerattribute mlsvendorcompat;
7*e4a36f41SAndroid Build Coastguard Worker
8*e4a36f41SAndroid Build Coastguard Worker# Attributes for property types having both system_property_type
9*e4a36f41SAndroid Build Coastguard Worker# and vendor_property_type. Such types are ill-formed because
10*e4a36f41SAndroid Build Coastguard Worker# property owner attributes must be exclusive.
11*e4a36f41SAndroid Build Coastguard Workerattribute system_and_vendor_property_type;
12*e4a36f41SAndroid Build Coastguard Workerexpandattribute system_and_vendor_property_type false;
13*e4a36f41SAndroid Build Coastguard Worker
14*e4a36f41SAndroid Build Coastguard Worker# HALs
15*e4a36f41SAndroid Build Coastguard Workeruntil_board_api(202504, `
16*e4a36f41SAndroid Build Coastguard Worker    hal_attribute(mediaquality);
17*e4a36f41SAndroid Build Coastguard Worker')
18*e4a36f41SAndroid Build Coastguard Worker
19*e4a36f41SAndroid Build Coastguard Worker# All SDK sandbox domains
20*e4a36f41SAndroid Build Coastguard Workerattribute sdk_sandbox_all;
21*e4a36f41SAndroid Build Coastguard Worker# The SDK sandbox domains for the current SDK level.
22*e4a36f41SAndroid Build Coastguard Workerattribute sdk_sandbox_current;
23*e4a36f41SAndroid Build Coastguard Worker# Common to adbd and adbd_tradeinmode.
24*e4a36f41SAndroid Build Coastguard Workerattribute adbd_common;
25*e4a36f41SAndroid Build Coastguard Worker
26*e4a36f41SAndroid Build Coastguard Worker# Provides access to platform update services.
27*e4a36f41SAndroid Build Coastguard Worker# WARNING: USING THE update_provider ATTRIBUTE WILL CAUSE CTS TO FAIL!
28*e4a36f41SAndroid Build Coastguard Workerattribute update_provider;
29*e4a36f41SAndroid Build Coastguard Workerexpandattribute update_provider false;
30*e4a36f41SAndroid Build Coastguard Worker
31*e4a36f41SAndroid Build Coastguard Workeruntil_board_api(202504, `
32*e4a36f41SAndroid Build Coastguard Worker    attribute tee_service_type;
33*e4a36f41SAndroid Build Coastguard Worker')
34