restrictive PATH

Signed-off-by: Thomas Sjögren <konstruktoid@users.noreply.github.com>
This commit is contained in:
Thomas Sjögren 2015-05-30 01:04:33 +02:00
parent d0d388a8a2
commit 4f07fcad17

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'