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
f4f3414d
Commit
f4f3414d
authored
Mar 08, 2020
by
Alexander Popov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix the comments
parent
d5ebf3f5
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
kconfig-hardened-check.py
kconfig-hardened-check.py
+2
-2
No files found.
kconfig-hardened-check.py
View file @
f4f3414d
...
...
@@ -140,7 +140,7 @@ class ComplexOptCheck:
class
OR
(
ComplexOptCheck
):
# self.opts[0] is the option
which
this OR-check is about.
# self.opts[0] is the option
that
this OR-check is about.
# Use case:
# OR(<X_is_hardened>, <X_is_disabled>)
# OR(<X_is_hardened>, <X_is_hardened_old>)
...
...
@@ -162,7 +162,7 @@ class OR(ComplexOptCheck):
class
AND
(
ComplexOptCheck
):
# self.opts[0] is the option
which
this AND-check is about.
# self.opts[0] is the option
that
this AND-check is about.
# Use case: AND(<suboption>, <main_option>)
# Suboption is not checked if checking of the main_option is failed.
...
...
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