diff options
author | Justin M. Forbes <jforbes@fedoraproject.org> | 2020-05-08 09:52:40 -0500 |
---|---|---|
committer | Justin M. Forbes <jforbes@fedoraproject.org> | 2020-05-08 09:52:40 -0500 |
commit | 1f73373523ba55640127732eb7520325c8929b4c (patch) | |
tree | 685e2a2e8d23d0d705fd364c92f85e96b448f9e2 /0001-security-lockdown-expose-a-hook-to-lock-the-kernel-d.patch | |
parent | 00e1efaae5c425f0441a99a0588b00e0dd812c98 (diff) | |
download | kernel-1f73373523ba55640127732eb7520325c8929b4c.tar.gz kernel-1f73373523ba55640127732eb7520325c8929b4c.tar.xz kernel-1f73373523ba55640127732eb7520325c8929b4c.zip |
kernel-5.7.0-0.rc4.20200508git79dede78c057.1
* Fri May 08 2020 CKI@GitLab <cki-project@redhat.com> [5.7.0-0.rc4.20200508git79dede78c057.1]
- 79dede78c057 rebase
- Updated changelog for the release based on a811c1fa0a02 ("CKI@GitLab")
Resolves: rhbz#
Signed-off-by: Justin M. Forbes <jforbes@fedoraproject.org>
Diffstat (limited to '0001-security-lockdown-expose-a-hook-to-lock-the-kernel-d.patch')
-rw-r--r-- | 0001-security-lockdown-expose-a-hook-to-lock-the-kernel-d.patch | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/0001-security-lockdown-expose-a-hook-to-lock-the-kernel-d.patch b/0001-security-lockdown-expose-a-hook-to-lock-the-kernel-d.patch index 7d06fbeb3..a080ceb6d 100644 --- a/0001-security-lockdown-expose-a-hook-to-lock-the-kernel-d.patch +++ b/0001-security-lockdown-expose-a-hook-to-lock-the-kernel-d.patch @@ -1,4 +1,4 @@ -From 1eb3ad02d691984c2797e2caa1c51191e50e2e0f Mon Sep 17 00:00:00 2001 +From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Jeremy Cline <jcline@redhat.com> Date: Mon, 30 Sep 2019 21:22:47 +0000 Subject: [PATCH] security: lockdown: expose a hook to lock the kernel down @@ -17,7 +17,7 @@ Signed-off-by: Jeremy Cline <jcline@redhat.com> 5 files changed, 20 insertions(+) diff --git a/include/linux/lsm_hook_defs.h b/include/linux/lsm_hook_defs.h -index 9cd4455528e5..dfa09696a0e5 100644 +index 1bdd027766d4..5c1d47c41aa0 100644 --- a/include/linux/lsm_hook_defs.h +++ b/include/linux/lsm_hook_defs.h @@ -371,6 +371,8 @@ LSM_HOOK(void, LSM_RET_VOID, bpf_prog_free_security, struct bpf_prog_aux *aux) |