diff options
author | Wolfgang Müller | 2021-07-20 14:10:26 +0200 |
---|---|---|
committer | Wolfgang Müller | 2021-07-20 14:10:26 +0200 |
commit | b16f725a461bf9326322d5b297d236d5936ea082 (patch) | |
tree | 9056b912068ff1bf49ab21d157a996a1f6f52fd4 /fragments/base | |
parent | 65f716ebdefd36cdc38bf421c981799771e1d86c (diff) | |
download | kernfrag-b16f725a461bf9326322d5b297d236d5936ea082.tar.gz |
fragments: Remove obsoleted KSP switch
The newer versions of sys-kernel/gentoo-sources do not have this switch
anymore, instead relying only on the architecture-specific switches.
Remove it.
Diffstat (limited to 'fragments/base')
-rw-r--r-- | fragments/base/security | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/fragments/base/security b/fragments/base/security index b2ed99c..54f4997 100644 --- a/fragments/base/security +++ b/fragments/base/security @@ -15,5 +15,4 @@ CONFIG_IO_STRICT_DEVMEM=y # Unsure about musl support/static binaries? CONFIG_LEGACY_VSYSCALL_NONE=y -CONFIG_GENTOO_KERNEL_SELF_PROTECTION=y CONFIG_GENTOO_KERNEL_SELF_PROTECTION_X86_64=y |