restrictive PATH

Signed-off-by: Thomas Sjögren <konstruktoid@users.noreply.github.com>
This commit is contained in:
Thomas Sjögren 2015-05-30 13:00:29 +02:00
parent 01c915485e
commit 32bdece6ac

View file

@ -19,6 +19,7 @@ dir_name=`dirname ${this_path}` ## Dir where this file is
myname=`basename ${this_path}` ## file name of this script.
logger="${myname}.log"
export PATH=/bin:/sbin:/usr/bin
# Check for required program(s)
req_progs='docker netstat grep awk'