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
0e4ee10b
Commit
0e4ee10b
authored
Mar 20, 2020
by
Alexander Popov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update KSPP recommendations
parent
f83f1220
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
12 additions
and
6 deletions
+12
-6
kspp-recommendations-arm.config
...iles/kspp-recommendations/kspp-recommendations-arm.config
+1
-1
kspp-recommendations-arm64.config
...es/kspp-recommendations/kspp-recommendations-arm64.config
+1
-1
kspp-recommendations-x86-32.config
...s/kspp-recommendations/kspp-recommendations-x86-32.config
+8
-1
kspp-recommendations-x86-64.config
...s/kspp-recommendations/kspp-recommendations-x86-64.config
+2
-3
No files found.
config_files/kspp-recommendations/kspp-recommendations-arm.config
View file @
0e4ee10b
# CONFIGs
# Linux/arm
4.20
.0 Kernel Configuration
# Linux/arm
5.4
.0 Kernel Configuration
# Report BUG() conditions and kill the offending process.
CONFIG_BUG
=
y
...
...
config_files/kspp-recommendations/kspp-recommendations-arm64.config
View file @
0e4ee10b
# CONFIGs
# Linux/arm64
4.20
.0 Kernel Configuration
# Linux/arm64
5.4
.0 Kernel Configuration
# Report BUG() conditions and kill the offending process.
CONFIG_BUG
=
y
...
...
config_files/kspp-recommendations/kspp-recommendations-x86-32.config
View file @
0e4ee10b
# CONFIGs
# Linux/i386
4.20
.0 Kernel Configuration
# Linux/i386
5.4
.0 Kernel Configuration
# Report BUG() conditions and kill the offending process.
CONFIG_BUG
=
y
...
...
@@ -165,3 +165,10 @@ CONFIG_DEFAULT_MMAP_MIN_ADDR=65536
# Randomize position of kernel.
CONFIG_RANDOMIZE_BASE
=
y
# Enable Kernel Page Table Isolation to remove an entire class of cache timing side-channels.
CONFIG_PAGE_TABLE_ISOLATION
=
y
# Don't allow for 16-bit program emulation and associated LDT tricks.
# CONFIG_MODIFY_LDT_SYSCALL is not set
config_files/kspp-recommendations/kspp-recommendations-x86-64.config
View file @
0e4ee10b
# CONFIGs
# Linux/x86_64
4.20
.0 Kernel Configuration
# Linux/x86_64
5.4
.0 Kernel Configuration
# Report BUG() conditions and kill the offending process.
CONFIG_BUG
=
y
...
...
@@ -149,8 +149,7 @@ CONFIG_GCC_PLUGIN_STACKLEAK=y
# use with caution or also use CONFIG_GCC_PLUGIN_RANDSTRUCT_PERFORMANCE=y
CONFIG_GCC_PLUGIN_RANDSTRUCT
=
y
#x86_64
# x86_64
# Full 64-bit means PAE and NX bit.
CONFIG_X86_64
=
y
...
...
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