From d66aadf0e51739cd13ebe3eb9c491e743ef1358d Mon Sep 17 00:00:00 2001 From: José Bollo Date: Thu, 12 Oct 2017 22:56:13 +0200 Subject: systemd: earlier smack label switch MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This patch was submitted and accepted upstream. It allows systemd to set the smack label of the executed process. See https://github.com/systemd/systemd/pull/7378 Bug-AGL: SPEC-1014 Change-Id: Ia9c437cdaf1fea95ae048e2be5067d6fe218693f Signed-off-by: José Bollo --- meta-agl/recipes-core/systemd/systemd_234.bbappend | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 meta-agl/recipes-core/systemd/systemd_234.bbappend (limited to 'meta-agl/recipes-core/systemd/systemd_234.bbappend') diff --git a/meta-agl/recipes-core/systemd/systemd_234.bbappend b/meta-agl/recipes-core/systemd/systemd_234.bbappend new file mode 100644 index 000000000..4df7684d0 --- /dev/null +++ b/meta-agl/recipes-core/systemd/systemd_234.bbappend @@ -0,0 +1,6 @@ +FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:" + +SRC_URI += "\ + file://0001-Switch-Smack-label-earlier.patch \ +" + -- cgit 1.2.3-korg