Loading atv/sepolicy.mk 0 → 100644 +9 −0 Original line number Diff line number Diff line # # This policy configuration will be used by atv products that # inherit from Lineage # ifneq ($(TARGET_USES_PREBUILT_VENDOR_SEPOLICY), true) BOARD_SEPOLICY_DIRS += \ device/lineage/sepolicy/atv/vendor endif atv/vendor/property_contexts 0 → 100644 +2 −0 Original line number Diff line number Diff line # Allow vendor to set suw configs atv.setup. u:object_r:exported_default_prop:s0 common/sepolicy.mk +5 −0 Original line number Diff line number Diff line Loading @@ -33,3 +33,8 @@ endif # Selectively include legacy rules defined by the products -include device/lineage/sepolicy/legacy-common/sepolicy.mk # Include atv rules on atv product ifeq ($(PRODUCT_IS_ATV), true) include device/lineage/sepolicy/atv/sepolicy.mk endif Loading
atv/sepolicy.mk 0 → 100644 +9 −0 Original line number Diff line number Diff line # # This policy configuration will be used by atv products that # inherit from Lineage # ifneq ($(TARGET_USES_PREBUILT_VENDOR_SEPOLICY), true) BOARD_SEPOLICY_DIRS += \ device/lineage/sepolicy/atv/vendor endif
atv/vendor/property_contexts 0 → 100644 +2 −0 Original line number Diff line number Diff line # Allow vendor to set suw configs atv.setup. u:object_r:exported_default_prop:s0
common/sepolicy.mk +5 −0 Original line number Diff line number Diff line Loading @@ -33,3 +33,8 @@ endif # Selectively include legacy rules defined by the products -include device/lineage/sepolicy/legacy-common/sepolicy.mk # Include atv rules on atv product ifeq ($(PRODUCT_IS_ATV), true) include device/lineage/sepolicy/atv/sepolicy.mk endif