diff options
author | Andreas Steffen <andreas.steffen@strongswan.org> | 2007-12-12 14:56:35 +0000 |
---|---|---|
committer | Andreas Steffen <andreas.steffen@strongswan.org> | 2007-12-12 14:56:35 +0000 |
commit | c2bb1ecacbcc3b93949286ff0c5e470c1bec875d (patch) | |
tree | a201625c5299cf3d7da6c29cbfd2cb82d2574a2c /src | |
parent | 6fa3dcba3c3c112bd4a9a47c68d70a3a6e7f6957 (diff) | |
download | strongswan-c2bb1ecacbcc3b93949286ff0c5e470c1bec875d.tar.bz2 strongswan-c2bb1ecacbcc3b93949286ff0c5e470c1bec875d.tar.xz |
define a minimum PATH environment
Diffstat (limited to 'src')
-rw-r--r-- | src/_updown/_updown.in | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/_updown/_updown.in b/src/_updown/_updown.in index 621c11ac7..be055f33e 100644 --- a/src/_updown/_updown.in +++ b/src/_updown/_updown.in @@ -118,6 +118,10 @@ # restricted on the peer side. # +# define a minimum PATH environment in case it is not set +PATH="/sbin:/bin:/usr/sbin:/usr/bin" +export PATH + # uncomment to log VPN connections VPN_LOGGING=1 # |