Use /usr/bin/env in shebangs
[kconfig-hardened-check.git] / kernel_hardening_checker / checks.py
index e99d6a8b6198e790caee9192866930d84265006d..a6460d1173141364517b00af302fead9a837e6f6 100644 (file)
@@ -1,4 +1,4 @@
-#!/usr/bin/python3
+#!/usr/bin/env python3
 
 """
 This tool is for checking the security hardening options of the Linux kernel.