2
0
mirror of https://github.com/sudo-project/sudo.git synced 2025-08-31 06:15:37 +00:00

o /etc/stmp -> /etc/sudoers.tmp since solaris uses stmp as shadow temp file

o _PATH_SUDO_SUDOERS -> _PATH_SUDOERS and _PATH_SUDO_STMP -> _PATH_SUDOERS_TMP
This commit is contained in:
Todd C. Miller
1999-08-06 09:37:03 +00:00
parent 7c53b74961
commit 145992dce2
10 changed files with 66 additions and 64 deletions

View File

@@ -119,7 +119,7 @@ sudoers_lookup(check_cmnd)
/* Become sudoers file owner */
set_perms(PERM_SUDOERS, 0);
/* We opened _PATH_SUDO_SUDOERS in check_sudoers() so just rewind it. */
/* We opened _PATH_SUDOERS in check_sudoers() so just rewind it. */
rewind(sudoers_fp);
yyin = sudoers_fp;
yyout = stdout;