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
f0f405b3
Unverified
Commit
f0f405b3
authored
Oct 06, 2023
by
Sandro Jäckel
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Use /usr/bin/env in shebangs
This is guaranteed to work everything including NixOS
parent
ea885585
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 @
f0f405b3
#!/usr/bin/python3
#!/usr/bin/
env
python3
# For using the tool without installation via setuptools
# For using the tool without installation via setuptools
...
...
kernel_hardening_checker/__init__.py
View file @
f0f405b3
#!/usr/bin/python3
#!/usr/bin/
env
python3
"""
"""
This tool is for checking the security hardening options of the Linux kernel.
This tool is for checking the security hardening options of the Linux kernel.
...
...
kernel_hardening_checker/checks.py
View file @
f0f405b3
#!/usr/bin/python3
#!/usr/bin/
env
python3
"""
"""
This tool is for checking the security hardening options of the Linux kernel.
This tool is for checking the security hardening options of the Linux kernel.
...
...
kernel_hardening_checker/engine.py
View file @
f0f405b3
#!/usr/bin/python3
#!/usr/bin/
env
python3
"""
"""
This tool is for checking the security hardening options of the Linux kernel.
This tool is for checking the security hardening options of the Linux kernel.
...
...
kernel_hardening_checker/test_engine.py
View file @
f0f405b3
#!/usr/bin/python3
#!/usr/bin/
env
python3
"""
"""
This tool is for checking the security hardening options of the Linux kernel.
This tool is for checking the security hardening options of the Linux kernel.
...
...
setup.py
View file @
f0f405b3
#!/usr/bin/python3
#!/usr/bin/
env
python3
from
setuptools
import
setup
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