summaryrefslogtreecommitdiff
path: root/sudo.h
diff options
context:
space:
mode:
authorTodd C. Miller <Todd.Miller@courtesan.com>1994-02-10 19:05:10 +0000
committerTodd C. Miller <Todd.Miller@courtesan.com>1994-02-10 19:05:10 +0000
commitde303c57d50ddcf59988ac11218352f92552d233 (patch)
treef16c7b34988028798e9545255fc5e6d750bd4ec0 /sudo.h
parent65d96776cd3f8f7f79b6ad05a9fa2cd6e70c9c2c (diff)
downloadsudo-de303c57d50ddcf59988ac11218352f92552d233.tar.gz
added SECURE_PATH
Diffstat (limited to 'sudo.h')
-rw-r--r--sudo.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/sudo.h b/sudo.h
index ed6c11c9f..e90a80ff2 100644
--- a/sudo.h
+++ b/sudo.h
@@ -80,6 +80,9 @@
SYSLOG if this variable is defined, sudo will log
using the 4.3 BSD style syslog facility
+
+ SECURE_PATH if this variable is set, its value is
+ used as the PATH variable
BROKEN_GETPASS if using a os with a broken getpass()
hpux,aix,irix need this, sudo.h has details