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
ec9c9816
Commit
ec9c9816
authored
a year ago
by
Alexander Popov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Test more wrong combinations of options
parent
f44300ea
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
3 deletions
+9
-3
functional_test.sh
.github/workflows/functional_test.sh
+9
-3
No files found.
.github/workflows/functional_test.sh
View file @
ec9c9816
...
...
@@ -78,12 +78,18 @@ coverage run -a --branch bin/kconfig-hardened-check -p X86_64 -c kconfig_hardene
echo
">>>>> -c and -g together <<<<<"
coverage run
-a
--branch
bin/kconfig-hardened-check
-g
X86_64
-c
kconfig_hardened_check/config_files/distros/fedora_34.config
&&
exit
1
echo
">>>>> -p and -g together <<<<<"
coverage run
-a
--branch
bin/kconfig-hardened-check
-p
X86_64
-g
X86_64
&&
exit
1
echo
">>>>> -l without -c <<<<<"
coverage run
-a
--branch
bin/kconfig-hardened-check
-l
/proc/cmdline
&&
exit
1
echo
">>>>> -s and -p together <<<<<"
coverage run
-a
--branch
bin/kconfig-hardened-check
-p
X86_64
-s
$SYSCTL_EXAMPLE
&&
exit
1
echo
">>>>> -s and -g together <<<<<"
coverage run
-a
--branch
bin/kconfig-hardened-check
-g
X86_64
-s
$SYSCTL_EXAMPLE
&&
exit
1
echo
">>>>> -p and -g together <<<<<"
coverage run
-a
--branch
bin/kconfig-hardened-check
-p
X86_64
-g
X86_64
&&
exit
1
echo
">>>>> wrong modes for -p <<<<<"
coverage run
-a
--branch
bin/kconfig-hardened-check
-p
X86_64
-m
show_ok
&&
exit
1
coverage run
-a
--branch
bin/kconfig-hardened-check
-p
X86_64
-m
show_fail
&&
exit
1
...
...
This diff is collapsed.
Click to expand it.
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