From 5b80bfd7bffd4c20d80b7c70a7130529e9a755dd Mon Sep 17 00:00:00 2001 From: ToshikazuOhiwa Date: Mon, 30 Mar 2020 09:24:26 +0900 Subject: agl-basesystem --- ...ck-rules-to-allow-connections-to-pipewire.patch | 25 ++++++++++++++++++++++ .../security-manager/security-manager_%.bbappend | 2 ++ 2 files changed, 27 insertions(+) create mode 100644 meta-agl-devel/meta-pipewire/recipes-security/security-manager/security-manager/0001-Adapt-smack-rules-to-allow-connections-to-pipewire.patch create mode 100644 meta-agl-devel/meta-pipewire/recipes-security/security-manager/security-manager_%.bbappend (limited to 'meta-agl-devel/meta-pipewire/recipes-security') diff --git a/meta-agl-devel/meta-pipewire/recipes-security/security-manager/security-manager/0001-Adapt-smack-rules-to-allow-connections-to-pipewire.patch b/meta-agl-devel/meta-pipewire/recipes-security/security-manager/security-manager/0001-Adapt-smack-rules-to-allow-connections-to-pipewire.patch new file mode 100644 index 00000000..821c1e1d --- /dev/null +++ b/meta-agl-devel/meta-pipewire/recipes-security/security-manager/security-manager/0001-Adapt-smack-rules-to-allow-connections-to-pipewire.patch @@ -0,0 +1,25 @@ +From cc5cbaddad6fe559e9e482467266fb18fb00c6a7 Mon Sep 17 00:00:00 2001 +From: George Kiagiadakis +Date: Wed, 26 Jun 2019 16:02:13 +0300 +Subject: [PATCH] Adapt smack rules to allow connections to pipewire + +Signed-off-by: George Kiagiadakis +--- + policy/app-rules-template.smack | 1 + + 1 file changed, 1 insertion(+) + +diff --git a/policy/app-rules-template.smack b/policy/app-rules-template.smack +index 910f40c..78b75de 100644 +--- a/policy/app-rules-template.smack ++++ b/policy/app-rules-template.smack +@@ -4,6 +4,7 @@ System ~PKG~ rwxat + ~APP~ System::Shared rx + ~APP~ System::Run rwxat + ~APP~ System::Log rwxa ++~APP~ System::Pipewire rw + ~APP~ _ l + ~APP~ User::Home rxl + ~APP~ User::App-Shared rwxat +-- +2.20.1 + diff --git a/meta-agl-devel/meta-pipewire/recipes-security/security-manager/security-manager_%.bbappend b/meta-agl-devel/meta-pipewire/recipes-security/security-manager/security-manager_%.bbappend new file mode 100644 index 00000000..319a27d6 --- /dev/null +++ b/meta-agl-devel/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