From 728cc6ed65d0536c42e067ed0c544d614988087e Mon Sep 17 00:00:00 2001 From: "Justin M. Forbes" Date: Thu, 4 Jun 2020 16:46:33 -0500 Subject: kernel-5.8.0-0.rc0.20200604git9fb4c5250f10.1 * Thu Jun 04 2020 Justin M. Forbes [5.8.0-0.rc0.20200604git9fb4c5250f10.1] - More Fedora config work ("Justin M. Forbes") Resolves: rhbz# Signed-off-by: Justin M. Forbes --- 0001-security-lockdown-expose-a-hook-to-lock-the-kernel-d.patch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '0001-security-lockdown-expose-a-hook-to-lock-the-kernel-d.patch') 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 21930580b..b20e95ed5 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 @@ -47,7 +47,7 @@ index 44d5422c18e4..e8c9797994df 100644 * * @perf_event_open: diff --git a/include/linux/security.h b/include/linux/security.h -index a8d9310472df..381305889d89 100644 +index 6aa229b252ce..97f76aa6c502 100644 --- a/include/linux/security.h +++ b/include/linux/security.h @@ -446,6 +446,7 @@ int security_inode_notifysecctx(struct inode *inode, void *ctx, u32 ctxlen); -- cgit