aboutsummaryrefslogtreecommitdiffstats
path: root/main/linux-grsec/kernelconfig.x86_64
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2013-02-07 14:34:12 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2013-02-07 14:35:03 +0000
commit21533cbe0be9fa737be35b10b3456a6c79ee7e14 (patch)
tree84e5c5a1f95d981ee4675d5cd79109ae19c15e15 /main/linux-grsec/kernelconfig.x86_64
parent5f0d8c570f2c0a4e6e9ac3fdec1d5b2bedebcbe5 (diff)
downloadaports-21533cbe0be9fa737be35b10b3456a6c79ee7e14.tar.bz2
aports-21533cbe0be9fa737be35b10b3456a6c79ee7e14.tar.xz
main/linux-grsec: enable seccomp, disable msr
for security reasons
Diffstat (limited to 'main/linux-grsec/kernelconfig.x86_64')
-rw-r--r--main/linux-grsec/kernelconfig.x86_644
1 files changed, 2 insertions, 2 deletions
diff --git a/main/linux-grsec/kernelconfig.x86_64 b/main/linux-grsec/kernelconfig.x86_64
index 5fff73d346..fea3f8e971 100644
--- a/main/linux-grsec/kernelconfig.x86_64
+++ b/main/linux-grsec/kernelconfig.x86_64
@@ -380,7 +380,7 @@ CONFIG_MICROCODE=m
CONFIG_MICROCODE_INTEL=y
CONFIG_MICROCODE_AMD=y
CONFIG_MICROCODE_OLD_INTERFACE=y
-CONFIG_X86_MSR=m
+# CONFIG_X86_MSR is not set
CONFIG_X86_CPUID=m
CONFIG_ARCH_PHYS_ADDR_T_64BIT=y
CONFIG_ARCH_DMA_ADDR_T_64BIT=y
@@ -429,7 +429,7 @@ CONFIG_X86_PAT=y
CONFIG_ARCH_USES_PG_UNCACHED=y
CONFIG_ARCH_RANDOM=y
# CONFIG_EFI is not set
-# CONFIG_SECCOMP is not set
+CONFIG_SECCOMP=y
# CONFIG_CC_STACKPROTECTOR is not set
# CONFIG_HZ_100 is not set
# CONFIG_HZ_250 is not set