-
Notifications
You must be signed in to change notification settings - Fork 161
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Specify the
GPL-3.0-only
license explicitly
- Loading branch information
Showing
7 changed files
with
22 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,13 @@ | ||
#!/usr/bin/env python3 | ||
|
||
# For using the tool without installation via setuptools | ||
""" | ||
This tool is for checking the security hardening options of the Linux kernel. | ||
SPDX-FileCopyrightText: Alexander Popov <[email protected]> | ||
SPDX-License-Identifier: GPL-3.0-only | ||
This file is for using the tool without installation via setuptools. | ||
""" | ||
|
||
import os | ||
import sys | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,7 +3,8 @@ | |
""" | ||
This tool is for checking the security hardening options of the Linux kernel. | ||
Author: Alexander Popov <[email protected]> | ||
SPDX-FileCopyrightText: Alexander Popov <[email protected]> | ||
SPDX-License-Identifier: GPL-3.0-only | ||
This module performs input/output. | ||
""" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,7 +3,8 @@ | |
""" | ||
This tool is for checking the security hardening options of the Linux kernel. | ||
Author: Alexander Popov <[email protected]> | ||
SPDX-FileCopyrightText: Alexander Popov <[email protected]> | ||
SPDX-License-Identifier: GPL-3.0-only | ||
This module contains knowledge for checks. | ||
""" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,7 +3,8 @@ | |
""" | ||
This tool is for checking the security hardening options of the Linux kernel. | ||
Author: Alexander Popov <[email protected]> | ||
SPDX-FileCopyrightText: Alexander Popov <[email protected]> | ||
SPDX-License-Identifier: GPL-3.0-only | ||
This module is the engine of checks. | ||
""" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,7 +3,8 @@ | |
""" | ||
This tool is for checking the security hardening options of the Linux kernel. | ||
Author: Alexander Popov <[email protected]> | ||
SPDX-FileCopyrightText: Alexander Popov <[email protected]> | ||
SPDX-License-Identifier: GPL-3.0-only | ||
This module performs unit-testing of the kernel-hardening-checker engine. | ||
""" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,7 +3,8 @@ | |
""" | ||
This tool is for checking the security hardening options of the Linux kernel. | ||
Author: Alexander Popov <[email protected]> | ||
SPDX-FileCopyrightText: Alexander Popov <[email protected]> | ||
SPDX-License-Identifier: GPL-3.0-only | ||
This module performs installing of the kernel-hardening-checker package. | ||
""" | ||
|