From f048f1929149d6ae99f532031e09af67f6f49ac7 Mon Sep 17 00:00:00 2001 From: George Kiagiadakis Date: Wed, 26 Jun 2019 16:21:26 +0300 Subject: meta-pipewire: add patch to security-manager for pipewire This grants permission to all applications to be able to communicate with pipewire. This is a temporary measure that we need to rethink in the future. This commit also changes the priority of the meta-pipewire layer because the security-manager patch needs to be applied after the patch to the same file from meta-app-framework, which has priority 70. Bug-AGL: SPEC-2554 Change-Id: I9df47ea1a40e1fa97900bb5dbc21bc11765eb7ab Signed-off-by: George Kiagiadakis --- .../recipes-security/security-manager/security-manager_%.bbappend | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 meta-pipewire/recipes-security/security-manager/security-manager_%.bbappend (limited to 'meta-pipewire/recipes-security/security-manager/security-manager_%.bbappend') diff --git a/meta-pipewire/recipes-security/security-manager/security-manager_%.bbappend b/meta-pipewire/recipes-security/security-manager/security-manager_%.bbappend new file mode 100644 index 00000000..319a27d6 --- /dev/null +++ b/meta-pipewire/recipes-security/security-manager/security-manager_%.bbappend @@ -0,0 +1,2 @@ +FILESEXTRAPATHS_prepend := "${THISDIR}/security-manager:" +SRC_URI += "file://0001-Adapt-smack-rules-to-allow-connections-to-pipewire.patch" -- cgit 1.2.3-korg