Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
K
kernel-hardening-checker
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
fact-depend
kernel-hardening-checker
Commits
4225858a
Commit
4225858a
authored
Jan 14, 2023
by
Alexander Popov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update the KSPP recommendations
parent
04fdc011
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
10 additions
and
9 deletions
+10
-9
kspp-recommendations-arm.config
...iles/kspp-recommendations/kspp-recommendations-arm.config
+1
-2
kspp-recommendations-arm64.config
...es/kspp-recommendations/kspp-recommendations-arm64.config
+4
-2
kspp-recommendations-x86-32.config
...s/kspp-recommendations/kspp-recommendations-x86-32.config
+1
-2
kspp-recommendations-x86-64.config
...s/kspp-recommendations/kspp-recommendations-x86-64.config
+4
-3
No files found.
kconfig_hardened_check/config_files/kspp-recommendations/kspp-recommendations-arm.config
View file @
4225858a
# CONFIGs
# Linux/arm 5.17.0 Kernel Configuration
# Linux/arm 6.1.5 Kernel Configuration
# Report BUG() conditions and kill the offending process.
CONFIG_BUG
=
y
...
...
kconfig_hardened_check/config_files/kspp-recommendations/kspp-recommendations-arm64.config
View file @
4225858a
# CONFIGs
# Linux/arm64 5.17.0 Kernel Configuration
# Linux/arm64 6.1.5 Kernel Configuration
# Report BUG() conditions and kill the offending process.
CONFIG_BUG
=
y
...
...
@@ -238,6 +237,9 @@ CONFIG_DEFAULT_MMAP_MIN_ADDR=32768
# Randomize position of kernel (requires UEFI RNG or bootloader support for /chosen/kaslr-seed DT property).
CONFIG_RANDOMIZE_BASE
=
y
# Remove arm32 support to reduce syscall attack surface.
# CONFIG_COMPAT is not set
# Make sure PAN emulation is enabled.
CONFIG_ARM64_SW_TTBR0_PAN
=
y
...
...
kconfig_hardened_check/config_files/kspp-recommendations/kspp-recommendations-x86-32.config
View file @
4225858a
# CONFIGs
# Linux/i386 5.17.0 Kernel Configuration
# Linux/i386 6.1.5 Kernel Configuration
# Report BUG() conditions and kill the offending process.
CONFIG_BUG
=
y
...
...
kconfig_hardened_check/config_files/kspp-recommendations/kspp-recommendations-x86-64.config
View file @
4225858a
# CONFIGs
# Linux/x86_64 5.17.0 Kernel Configuration
# Linux/x86_64 6.1.5 Kernel Configuration
# Report BUG() conditions and kill the offending process.
CONFIG_BUG
=
y
...
...
@@ -249,9 +248,11 @@ CONFIG_LEGACY_VSYSCALL_NONE=y
# Enable Kernel Page Table Isolation to remove an entire class of cache timing side-channels.
CONFIG_PAGE_TABLE_ISOLATION
=
y
# Remove additional attack surface, unless you really need them.
# Remove additional (32-bit) attack surface, unless you really need them.
# CONFIG_COMPAT is not set
# CONFIG_IA32_EMULATION is not set
# CONFIG_X86_X32 is not set
# CONFIG_X86_X32_ABI is not set
# CONFIG_MODIFY_LDT_SYSCALL is not set
# Enable chip-specific IOMMU support.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment