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
9178899d
Commit
9178899d
authored
Dec 10, 2022
by
Alexander Popov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Drop the comment about mitigations of CPU vulnerabilities
The corresponding checks have been developed.
parent
145f48a0
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
23 deletions
+1
-23
__init__.py
kconfig_hardened_check/__init__.py
+1
-23
No files found.
kconfig_hardened_check/__init__.py
View file @
9178899d
...
...
@@ -10,31 +10,9 @@
# Please don't cry if my Python code looks like C.
#
#
# N.B
H
ardening command line parameters:
# N.B
Missing h
ardening command line parameters:
# iommu=force (does it help against DMA attacks?)
#
# The list of disabled mitigations of CPU vulnerabilities:
# mitigations=off
# pti=off
# spectre_v2=off
# spectre_v2_user=off
# spec_store_bypass_disable=off
# l1tf=off
# mds=off
# tsx_async_abort=off
# srbds=off
# mmio_stale_data=off
# retbleed=off
# nopti
# nokaslr
# nospectre_v1
# nospectre_v2
# nospectre_bhb
# nospec_store_bypass_disable
# kpti=0
# ssbd=force-off
# nosmt (enabled)
#
# Hardware tag-based KASAN with arm64 Memory Tagging Extension (MTE):
# kasan=on
# kasan.stacktrace=off
...
...
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