diff options
author | José Bollo <jose.bollo@iot.bzh> | 2018-02-21 10:18:46 +0100 |
---|---|---|
committer | José Bollo <jose.bollo@iot.bzh> | 2018-12-18 10:54:16 +0100 |
commit | d69f1afa649453c511ff4e5c554066722e63bd91 (patch) | |
tree | 5d819c0953e5aeda938c751e2c28d6c4e8daa06b /meta-agl-bsp/recipes-kernel/linux/linux-agl-4.14.inc | |
parent | b422f52e6afcce6bd0bdaa3c04dc2dee72d51b2e (diff) |
linux-agl-4.14: Backport of Smack patch for keys
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 <jose.bollo@iot.bzh>
Diffstat (limited to 'meta-agl-bsp/recipes-kernel/linux/linux-agl-4.14.inc')
-rw-r--r-- | meta-agl-bsp/recipes-kernel/linux/linux-agl-4.14.inc | 9 |
1 files changed, 9 insertions, 0 deletions
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 \ + " + |