PERM_FULL_ROOT is now no different than PERM_ROOT so remove PERM_FULL_ROOT

This commit is contained in:
Todd C. Miller
2007-07-06 14:04:40 +00:00
parent af53e335a1
commit f3ef738254
4 changed files with 8 additions and 13 deletions

View File

@@ -527,7 +527,7 @@ send_mail(line)
* (so user cannot kill it) or as the user (for the paranoid).
*/
#ifndef NO_ROOT_MAILER
set_perms(PERM_FULL_ROOT);
set_perms(PERM_ROOT);
execve(mpath, argv, root_envp);
#else
set_perms(PERM_FULL_USER);