summaryrefslogtreecommitdiffstats
path: root/0001-security-lockdown-expose-a-hook-to-lock-the-kernel-d.patch
diff options
context:
space:
mode:
authorJustin M. Forbes <jforbes@fedoraproject.org>2020-11-10 11:16:42 -0600
committerJustin M. Forbes <jforbes@fedoraproject.org>2020-11-10 11:16:42 -0600
commitc9650cbc063e1f1687e656657ec9f7a3556442b7 (patch)
tree98de61727a0bab8cf25fc99096028b6a6564b728 /0001-security-lockdown-expose-a-hook-to-lock-the-kernel-d.patch
parent058e837df3771ba23fb24de6efe448c6cccfbd19 (diff)
downloadkernel-c9650cbc063e1f1687e656657ec9f7a3556442b7.tar.gz
kernel-c9650cbc063e1f1687e656657ec9f7a3556442b7.tar.xz
kernel-c9650cbc063e1f1687e656657ec9f7a3556442b7.zip
Linux v5.9.7
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.patch6
1 files changed, 3 insertions, 3 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 9189832cf..856055e60 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
@@ -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 af998f93d256..3c33f00cd4d6 100644
+index 2a8c74d99015..0d3129588b78 100644
--- a/include/linux/lsm_hook_defs.h
+++ b/include/linux/lsm_hook_defs.h
@@ -383,6 +383,8 @@ LSM_HOOK(void, LSM_RET_VOID, bpf_prog_free_security, struct bpf_prog_aux *aux)
@@ -30,7 +30,7 @@ index af998f93d256..3c33f00cd4d6 100644
#ifdef CONFIG_PERF_EVENTS
LSM_HOOK(int, 0, perf_event_open, struct perf_event_attr *attr, int type)
diff --git a/include/linux/lsm_hooks.h b/include/linux/lsm_hooks.h
-index 95b7c1d32062..dbacbb1fc129 100644
+index 9e2e3e63719d..317660f68b4f 100644
--- a/include/linux/lsm_hooks.h
+++ b/include/linux/lsm_hooks.h
@@ -1507,6 +1507,12 @@
@@ -99,5 +99,5 @@ index 70a7ad357bc6..23e16e773bc2 100644
int security_perf_event_open(struct perf_event_attr *attr, int type)
{
--
-2.26.2
+2.28.0