by 'secure-path'. Patch from jmknoble@pobox.com.
394) Pam now works on HP-UX 11.0, thanks to Jeff A. Earickson.
+
+395) It is now possible to set the path to the editor for visudo as well
+ as the flag that determines whether or not visudo will look at
+ $EDITOR in the sudoers file.
"requiretty", T_FLAG,
"Only allow the user to run sudo if they have a tty"
}, {
- "enveditor", T_FLAG,
+ "env_editor", T_FLAG,
"Visudo will honor the EDITOR environment variable"
}, {
"loglinelen", T_INT|T_BOOL,
-15/Feb/2000 1.6.3 1
+18/Feb/2000 1.6.3 1
-15/Feb/2000 1.6.3 2
+18/Feb/2000 1.6.3 2
-15/Feb/2000 1.6.3 3
+18/Feb/2000 1.6.3 3
-15/Feb/2000 1.6.3 4
+18/Feb/2000 1.6.3 4
-15/Feb/2000 1.6.3 5
+18/Feb/2000 1.6.3 5
flag to prevent a user from entering a visible
password. This flag is off by default.
- enveditor If set, visudo will use the value of the
+ env_editor If set, visudo will use the value of the
EDITOR or VISUAL environment falling back on
the default editor. Note that this may create
a security hole as most editors allow a user
-15/Feb/2000 1.6.3 6
+18/Feb/2000 1.6.3 6
-15/Feb/2000 1.6.3 7
+18/Feb/2000 1.6.3 7
-15/Feb/2000 1.6.3 8
+18/Feb/2000 1.6.3 8
-15/Feb/2000 1.6.3 9
+18/Feb/2000 1.6.3 9
-15/Feb/2000 1.6.3 10
+18/Feb/2000 1.6.3 10
-15/Feb/2000 1.6.3 11
+18/Feb/2000 1.6.3 11
-15/Feb/2000 1.6.3 12
+18/Feb/2000 1.6.3 12
-15/Feb/2000 1.6.3 13
+18/Feb/2000 1.6.3 13
-15/Feb/2000 1.6.3 14
+18/Feb/2000 1.6.3 14
-15/Feb/2000 1.6.3 15
+18/Feb/2000 1.6.3 15
-15/Feb/2000 1.6.3 16
+18/Feb/2000 1.6.3 16
-15/Feb/2000 1.6.3 17
+18/Feb/2000 1.6.3 17
''' $RCSfile$$Revision$$Date$
'''
''' $Log$
-''' Revision 1.25 2000/02/16 00:07:28 millert
-''' crank versino to 1.6.3
+''' Revision 1.26 2000/02/18 17:11:43 millert
+''' enveditor -> env_editor
'''
'''
.de Sh
.nr % 0
.rr F
.\}
-.TH sudoers 5 "1.6.3" "15/Feb/2000" "FILE FORMATS"
+.TH sudoers 5 "1.6.3" "18/Feb/2000" "FILE FORMATS"
.UC
.if n .hy 0
.if n .na
of echo when there is no tty present, some sites may with to set
this flag to prevent a user from entering a visible password. This
flag is off by default.
-.Ip "enveditor" 12
+.Ip "env_editor" 12
If set, visudo will use the value of the \s-1EDITOR\s0 or \s-1VISUAL\s0 environment
falling back on the default editor. Note that this may create a
security hole as most editors allow a user to get a shell (which
.IX Item "requiretty"
-.IX Item "enveditor"
+.IX Item "env_editor"
.IX Item "passwd_tries"
this flag to prevent a user from entering a visible password. This
flag is off by default.
-=item enveditor
+=item env_editor
If set, visudo will use the value of the EDITOR or VISUAL environment
falling back on the default editor. Note that this may create a
(void) close(stmp_fd);
(void) touch(stmp, sudoers_sb.st_mtime);
- /* Parse sudoers to pull in editor and enveditor conf values. */
+ /* Parse sudoers to pull in editor and env_editor conf values. */
if ((yyin = fopen(stmp, "r"))) {
yyout = stdout;
init_defaults();