Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 14c90428 authored by /e/ robot's avatar /e/ robot
Browse files

Merge remote-tracking branch 'origin/lineage-17.1' into v1-q

parents 77065c4b 72049da6
Loading
Loading
Loading
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
+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
+5 −0
Original line number Diff line number Diff line
@@ -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