1#line 1 "system/sepolicy/flagging/flagging_macros" 2#################################### 3# is_flag_enabled(flag, rules) 4# SELinux rules which apply only if given feature is turned on 5 6 7#################################### 8# is_flag_disabled(flag, rules) 9# SELinux rules which apply only if given feature is turned off 10 11 12#################################### 13# starting_at_board_api(api_level, rules_if_api_level) 14# 15# This macro conditionally exposes SELinux rules ensuring they are available 16# only when the board API level is at or above the specified 'api_level'. 17 18 19#################################### 20# until_board_api(api_level, rules_if_lower_api_level) 21# 22# This macro conditionally exposes SELinux rules ensuring they are available 23# only when the board API level is below the specified 'api_level'. 24 25#line 1 "out/soong/.intermediates/system/sepolicy/contexts/system_ext_property_contexts/android_common/shiba/newline" 26 27#line 1 "device/google/gs-common/sota_app/sepolicy/system_ext/property_contexts" 28ro.boot.sota u:object_r:sota_prop:s0 29ro.boot.sota. u:object_r:sota_prop:s0 30persist.vendor.factoryota. u:object_r:sota_prop:s0 31persist.vendor.radio.bootwithlpm u:object_r:sota_prop:s0 32persist.vendor.nfc.factoryota. u:object_r:sota_prop:s0 33#line 1 "out/soong/.intermediates/system/sepolicy/contexts/system_ext_property_contexts/android_common/shiba/newline" 34 35#line 1 "hardware/google/pixel-sepolicy/common/system_ext/property_contexts" 36ro.chipname u:object_r:deprecated_soc_prop:s0 exact string 37ro.hardware.chipname u:object_r:deprecated_soc_prop:s0 exact string 38ro.mediatek.platform u:object_r:deprecated_soc_prop:s0 exact string 39#line 1 "out/soong/.intermediates/system/sepolicy/contexts/system_ext_property_contexts/android_common/shiba/newline" 40 41#line 1 "device/google/zuma-sepolicy/system_ext/private/property_contexts" 42# Telephony 43telephony.TnNtn.image_switch u:object_r:telephony_modem_prop:s0 exact enum ntn tn 44telephony.ril.silent_reset u:object_r:telephony_ril_prop:s0 exact bool 45 46# HDCP setting of the display connected via USB port 47persist.sys.hdcp_checking u:object_r:usb_control_prop:s0 exact string 48#line 1 "out/soong/.intermediates/system/sepolicy/contexts/system_ext_property_contexts/android_common/shiba/newline" 49 50#line 1 "device/google/zuma-sepolicy/legacy/system_ext/private/property_contexts" 51# Fingerprint (UDFPS) GHBM/LHBM toggle 52persist.fingerprint.ghbm u:object_r:fingerprint_ghbm_prop:s0 exact bool 53#line 1 "out/soong/.intermediates/system/sepolicy/contexts/system_ext_property_contexts/android_common/shiba/newline" 54 55