Remove PERM_FULL_USER (which is no longer used) and add PERM_FULL_ROOT

(used when exec'ing the mailer).
This commit is contained in:
Todd C. Miller
2002-01-13 18:28:09 +00:00
parent ddf96f301d
commit 26f2a96558
2 changed files with 12 additions and 25 deletions

4
sudo.h
View File

@@ -111,8 +111,8 @@ struct sudo_user {
* Used with set_perms()
*/
#define PERM_ROOT 0x00
#define PERM_USER 0x01
#define PERM_FULL_USER 0x02
#define PERM_FULL_ROOT 0x01
#define PERM_USER 0x02
#define PERM_SUDOERS 0x03
#define PERM_RUNAS 0x04