From d69f1afa649453c511ff4e5c554066722e63bd91 Mon Sep 17 00:00:00 2001 From: José Bollo Date: Wed, 21 Feb 2018 10:18:46 +0100 Subject: linux-agl-4.14: Backport of Smack patch for keys MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This add a patch that allows to handles keys with keyctl when Smack is active. The patch is not directly enabled but is made available in the file linux-agl-4.14.inc that can be included. Change-Id: I6ad74b1119190e093eaa5878c55cd233b181346f Signed-off-by: José Bollo --- meta-agl-bsp/recipes-kernel/linux/linux-agl-4.14.inc | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 meta-agl-bsp/recipes-kernel/linux/linux-agl-4.14.inc (limited to 'meta-agl-bsp/recipes-kernel/linux/linux-agl-4.14.inc') diff --git a/meta-agl-bsp/recipes-kernel/linux/linux-agl-4.14.inc b/meta-agl-bsp/recipes-kernel/linux/linux-agl-4.14.inc new file mode 100644 index 000000000..9c32f466c --- /dev/null +++ b/meta-agl-bsp/recipes-kernel/linux/linux-agl-4.14.inc @@ -0,0 +1,9 @@ +FILESEXTRAPATHS_prepend := "${THISDIR}/linux-4.14:" + +#------------------------------------------------------------------------- +# smack patches for kernels keys + +SRC_URI_append_with-lsm-smack = "\ + file://Smack-Privilege-check-on-key-operations.patch \ + " + -- cgit 1.2.3-korg