diff options
author | Justin M. Forbes <jforbes@fedoraproject.org> | 2020-06-08 10:07:17 -0500 |
---|---|---|
committer | Justin M. Forbes <jforbes@fedoraproject.org> | 2020-06-08 10:07:17 -0500 |
commit | 676c84f7d1d780138ad2aa600ee3b7502443c353 (patch) | |
tree | 7126a9287644732c811bffee26f7befe54a242d3 /0001-security-lockdown-expose-a-hook-to-lock-the-kernel-d.patch | |
parent | 4459220aecb835a73131f0de65f5d9b4200a8efc (diff) | |
download | kernel-676c84f7d1d780138ad2aa600ee3b7502443c353.tar.gz kernel-676c84f7d1d780138ad2aa600ee3b7502443c353.tar.xz kernel-676c84f7d1d780138ad2aa600ee3b7502443c353.zip |
kernel-5.8.0-0.rc0.20200608gitaf7b4801030c.1
* Mon Jun 08 2020 Justin M. Forbes <jforbes@fedoraproject.org> [5.8.0-0.rc0.20200608gitaf7b4801030c.1]
- Fedora config updates ("Justin M. Forbes")
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 6d40a54c1..b3601e549 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 @@ -82,10 +82,10 @@ index 87cbdc64d272..18555cf18da7 100644 static int __init lockdown_lsm_init(void) diff --git a/security/security.c b/security/security.c -index 11c1a7da4fd1..78cdd36bb5e7 100644 +index 545243fae4a6..3abc2e580c4e 100644 --- a/security/security.c +++ b/security/security.c -@@ -2473,6 +2473,12 @@ int security_locked_down(enum lockdown_reason what) +@@ -2478,6 +2478,12 @@ int security_locked_down(enum lockdown_reason what) } EXPORT_SYMBOL(security_locked_down); |