xref: /linux/arch/x86/configs/hardening.config (revision 5d83b9cbe7cf40746948a419c5018f4d617a86fa)
1# Basic kernel hardening options (specific to x86)
2
3# Modern libc no longer needs a fixed-position mapping in userspace, remove
4# it as a possible target.
5CONFIG_LEGACY_VSYSCALL_NONE=y
6
7# Enable chip-specific IOMMU support.
8CONFIG_INTEL_IOMMU=y
9CONFIG_INTEL_IOMMU_DEFAULT_ON=y
10CONFIG_INTEL_IOMMU_SVM=y
11CONFIG_AMD_IOMMU=y
12
13# Enable CET Shadow Stack for userspace.
14CONFIG_X86_USER_SHADOW_STACK=y
15