diff options
Diffstat (limited to 'app-admin/checksec/files/path.patch')
-rw-r--r-- | app-admin/checksec/files/path.patch | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/app-admin/checksec/files/path.patch b/app-admin/checksec/files/path.patch new file mode 100644 index 00000000..18344610 --- /dev/null +++ b/app-admin/checksec/files/path.patch @@ -0,0 +1,10 @@ +--- 1/checksec ++++ 1/checksec +@@ -59,6 +59,7 @@ + + #set global lang to C + export LC_ALL="C" ++export PATH="${PATH}:/usr/sbin:/sbin" # for sysctl + + # global vars + debug=false |