lol
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

at 24.11-pre 25 lines 743 B view raw
1From 3b047ab4271919856ae0a3dee3a03a24045c0016 Mon Sep 17 00:00:00 2001 2From: Paul Meyer <49727155+katexochen@users.noreply.github.com> 3Date: Mon, 13 Nov 2023 20:24:54 +0000 4Subject: [PATCH] don't sanatize the environment 5 6--- 7 checksec | 3 --- 8 1 file changed, 3 deletions(-) 9 10diff --git a/checksec b/checksec 11index 4fc3c31..135223a 100755 12--- a/checksec 13+++ b/checksec 14@@ -2,9 +2,6 @@ 15 # Do not edit this file directly, this file is generated from the files 16 # in the src directory. Any updates to this file will be overwritten when generated 17 18-# sanitize the environment before run 19-[[ "$(env | /bin/sed -r -e '/^(PWD|SHLVL|_)=/d')" ]] && exec -c "$0" "$@" 20- 21 # --- Modified Version --- 22 # Name : checksec.sh 23 # Version : 1.7.0 24-- 252.42.0