Prepare master for new framework integration
[AGL/meta-agl.git] / meta-app-framework / recipes-security / security-manager / security-manager_%.bbappend
diff --git a/meta-app-framework/recipes-security/security-manager/security-manager_%.bbappend b/meta-app-framework/recipes-security/security-manager/security-manager_%.bbappend
deleted file mode 100644 (file)
index ba3365f..0000000
+++ /dev/null
@@ -1,13 +0,0 @@
-FILESEXTRAPATHS:prepend := "${THISDIR}/security-manager:"
-
-EXTRA_OECMAKE =+ " -DGLOBALUSER=afm"
-
-SRC_URI += " \
-   file://0001-Adapt-rules-to-AGL.patch \
-"
-
-do_install:append() {
-   # Needed for wayland-0 socket access and memfd usage
-   echo "~APP~ System::Weston rw" >> ${D}${datadir}/security-manager/policy/app-rules-template.smack
-   echo "System::Weston ~APP~ rw" >> ${D}${datadir}/security-manager/policy/app-rules-template.smack
-}