PERM_RUNAS -> PERM_FULL_RUNAS

This commit is contained in:
Todd C. Miller
2004-01-16 23:07:03 +00:00
parent ceb3653d71
commit ecfc813757
2 changed files with 2 additions and 2 deletions

2
sudo.c
View File

@@ -399,7 +399,7 @@ main(argc, argv, envp)
#endif /* RLIMIT_CORE && !SUDO_DEVEL */
/* Become specified user or root. */
set_perms(PERM_RUNAS);
set_perms(PERM_FULL_RUNAS);
/* Close the password and group files */
endpwent();