diff options
author | Laura Abbott <labbott@redhat.com> | 2018-12-30 09:30:50 -0800 |
---|---|---|
committer | Laura Abbott <labbott@redhat.com> | 2018-12-30 09:30:50 -0800 |
commit | c97d3b0f76ba9a2e0840f1f5baaf733db00c8fcd (patch) | |
tree | 5e6765578ffd521dec560eb81d0424ecfe0475a1 /efi-lockdown.patch | |
parent | 78aac8bf1fe2cc19dbca5f2a16c0fc4b5c1851ed (diff) | |
download | kernel-c97d3b0f76ba9a2e0840f1f5baaf733db00c8fcd.tar.gz kernel-c97d3b0f76ba9a2e0840f1f5baaf733db00c8fcd.tar.xz kernel-c97d3b0f76ba9a2e0840f1f5baaf733db00c8fcd.zip |
Linux v4.20-9163-g195303136f19
Diffstat (limited to 'efi-lockdown.patch')
-rw-r--r-- | efi-lockdown.patch | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/efi-lockdown.patch b/efi-lockdown.patch index 4f84f4715..6347e5dc6 100644 --- a/efi-lockdown.patch +++ b/efi-lockdown.patch @@ -136,9 +136,9 @@ index c4302067a3ad..a68e5bdebad5 100644 + Makes the lockdown non-negotiable. It is always on and cannot be + disabled. + - source security/selinux/Kconfig - source security/smack/Kconfig - source security/tomoyo/Kconfig + source "security/selinux/Kconfig" + source "security/smack/Kconfig" + source "security/tomoyo/Kconfig" @@ -278,4 +300,3 @@ config DEFAULT_SECURITY default "" if DEFAULT_SECURITY_DAC @@ -447,9 +447,9 @@ index a68e5bdebad5..46967ee77dfd 100644 + combination on a wired keyboard. On x86, this is SysRq+x. + + - source security/selinux/Kconfig - source security/smack/Kconfig - source security/tomoyo/Kconfig + source "security/selinux/Kconfig" + source "security/smack/Kconfig" + source "security/tomoyo/Kconfig" diff --git a/security/lock_down.c b/security/lock_down.c index f35ffdd096ad..2615669dbf03 100644 --- a/security/lock_down.c |