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
5f9e0ea2
Unverified
Commit
5f9e0ea2
authored
Oct 16, 2023
by
Alexander Popov
Committed by
GitHub
Oct 16, 2023
Browse files
Options
Browse Files
Download
Plain Diff
Use /usr/bin/env in shebangs (#90)
Thanks, @SuperSandro2000
parents
ea885585
f0f405b3
Show whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
6 additions
and
6 deletions
+6
-6
kernel-hardening-checker
bin/kernel-hardening-checker
+1
-1
__init__.py
kernel_hardening_checker/__init__.py
+1
-1
checks.py
kernel_hardening_checker/checks.py
+1
-1
engine.py
kernel_hardening_checker/engine.py
+1
-1
test_engine.py
kernel_hardening_checker/test_engine.py
+1
-1
setup.py
setup.py
+1
-1
No files found.
bin/kernel-hardening-checker
View file @
5f9e0ea2
#!/usr/bin/python3
#!/usr/bin/
env
python3
# For using the tool without installation via setuptools
...
...
kernel_hardening_checker/__init__.py
View file @
5f9e0ea2
#!/usr/bin/python3
#!/usr/bin/
env
python3
"""
This tool is for checking the security hardening options of the Linux kernel.
...
...
kernel_hardening_checker/checks.py
View file @
5f9e0ea2
#!/usr/bin/python3
#!/usr/bin/
env
python3
"""
This tool is for checking the security hardening options of the Linux kernel.
...
...
kernel_hardening_checker/engine.py
View file @
5f9e0ea2
#!/usr/bin/python3
#!/usr/bin/
env
python3
"""
This tool is for checking the security hardening options of the Linux kernel.
...
...
kernel_hardening_checker/test_engine.py
View file @
5f9e0ea2
#!/usr/bin/python3
#!/usr/bin/
env
python3
"""
This tool is for checking the security hardening options of the Linux kernel.
...
...
setup.py
View file @
5f9e0ea2
#!/usr/bin/python3
#!/usr/bin/
env
python3
from
setuptools
import
setup
...
...
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