···11+From 3b047ab4271919856ae0a3dee3a03a24045c0016 Mon Sep 17 00:00:00 2001
22+From: Paul Meyer <49727155+katexochen@users.noreply.github.com>
33+Date: Mon, 13 Nov 2023 20:24:54 +0000
44+Subject: [PATCH] don't sanatize the environment
55+66+---
77+ checksec | 3 ---
88+ 1 file changed, 3 deletions(-)
99+1010+diff --git a/checksec b/checksec
1111+index 4fc3c31..135223a 100755
1212+--- a/checksec
1313++++ b/checksec
1414+@@ -2,9 +2,6 @@
1515+ # Do not edit this file directly, this file is generated from the files
1616+ # in the src directory. Any updates to this file will be overwritten when generated
1717+1818+-# sanitize the environment before run
1919+-[[ "$(env | /bin/sed -r -e '/^(PWD|SHLVL|_)=/d')" ]] && exec -c "$0" "$@"
2020+-
2121+ # --- Modified Version ---
2222+ # Name : checksec.sh
2323+ # Version : 1.7.0
2424+--
2525+2.42.0