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
Graph
b51a69791b0a9e7807ad04118748d60ae67b0f4c
Switch branch/tag
You can move around the graph by using the arrow keys.
Begin with the selected commit
Created with Raphaël 2.2.0
17
Oct
16
6
4
18
Sep
17
16
14
12
11
10
9
3
28
Aug
27
14
13
24
Jul
23
17
16
12
9
8
4
2
25
Jun
19
17
12
5
29
May
27
10
8
7
1
30
Apr
23
22
10
2
26
Mar
25
24
11
10
6
5
1
26
Feb
17
16
4
23
Jan
22
21
19
16
15
14
13
29
Dec
26
25
17
10
9
17
Nov
11
9
23
Oct
22
13
12
10
9
7
2
25
Sep
18
2
23
Aug
20
17
15
14
13
21
Jul
17
11
10
9
20
Jun
19
9
8
31
May
30
28
15
8
7
6
28
Apr
27
22
20
9
8
7
28
Mar
27
21
19
15
14
13
5
15
Feb
14
12
11
23
Jan
22
21
24
Dec
5
21
Nov
9
23
Sep
22
21
16
11
10
30
Aug
29
20
19
14
9
8
2
Jul
19
Jun
18
30
Oct
29
23
22
21
19
16
14
16
Jul
15
13
10
9
7
3
30
May
7
5
9
Apr
8
6
3
31
Mar
30
29
27
26
24
23
22
20
18
17
9
8
7
5
4
27
Feb
26
24
14
Jan
11
10
2
Dec
29
Nov
Add the 'fs.suid_dumpable' check
Change the reason of the COREDUMP check
Add the 'fs.protected_regular' check
Add the 'fs.protected_fifos' check
Add the 'fs.protected_hardlinks' check
Add the 'fs.protected_symlinks' check
Add the 'vm.unprivileged_userfaultfd' check
Add the 'kernel.yama.ptrace_scope' check
Add the 'kernel.kptr_restrict' check
Improve the slab_common.usercopy_fallback check
hardened_usercopy=1 is now officially recommended by KSPP
Enabling page_alloc.shuffle is now recommended by KSPP
'mitigations=auto,nosmt' is now recommended by KSPP
Disabling X86_VSYSCALL_EMULATION is now recommended by KSPP
Use /usr/bin/env in shebangs (#90)
Use /usr/bin/env in shebangs
Drop ZERO_CALL_USED_REGS in favour of backward-edge CFI
Update the README
Refactor the assertion in colorize_result() to improve test coverage
Update the backup in issues.md
Rename kconfig-hardened-check into kernel-hardening-checker (#85)
Renaming fixes
Drop default.nix (it contains a wrong utility name anyway)
kconfig-hardened-check -> kernel-hardening-checker
test_engine: add test_complex_nested()
test_engine: improve the output
test_engine: improve the test_stdout()
test_engine: refactor test_complex_or() and test_complex_and()
Don't remove ANSI colors, adapt the testcases instead
Add colors to output (#86)
Adjust test scripts to scrub ANSI colors from output
Fix pylints and verbose/None case
fix typo
cleanup spaces
cleanup
re-factoring
Add colors for OK and FAIL cases
Fix arch conditions for some CmdlineChecks
Make the functional tests more informative
Test more wrong combinations of options