From 38b6afda96634bce78968aa52dcde9cca27b6730 Mon Sep 17 00:00:00 2001 From: althafvly Date: Mon, 1 Apr 2024 11:06:34 +0530 Subject: [PATCH] Init parental app --- config/common.mk | 5 +++++ sepolicy/file_contexts | 1 + 2 files changed, 6 insertions(+) create mode 100644 sepolicy/file_contexts diff --git a/config/common.mk b/config/common.mk index 07f9339..34d90ce 100644 --- a/config/common.mk +++ b/config/common.mk @@ -47,6 +47,11 @@ PRODUCT_PACKAGES += \ PRODUCT_PACKAGES += \ RemoveProprietaryApps +# Parental +PRODUCT_PACKAGES += ParentalControl + +SYSTEM_EXT_PRIVATE_SEPOLICY_DIRS += vendor/eos/sepolicy + # PicoTTS $(call inherit-product, external/svox/svox_tts.mk) diff --git a/sepolicy/file_contexts b/sepolicy/file_contexts new file mode 100644 index 0000000..ef26914 --- /dev/null +++ b/sepolicy/file_contexts @@ -0,0 +1 @@ +/system/bin/set-device-owner\.sh u:object_r:shell_exec:s0 -- GitLab