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

13
sudo.h
View File

@@ -109,13 +109,12 @@ struct sudo_user {
* Used with set_perms()
*/
#define PERM_ROOT 0x00
#define PERM_FULL_ROOT 0x01
#define PERM_USER 0x02
#define PERM_FULL_USER 0x03
#define PERM_SUDOERS 0x04
#define PERM_RUNAS 0x05
#define PERM_FULL_RUNAS 0x06
#define PERM_TIMESTAMP 0x07
#define PERM_USER 0x01
#define PERM_FULL_USER 0x02
#define PERM_SUDOERS 0x03
#define PERM_RUNAS 0x04
#define PERM_FULL_RUNAS 0x05
#define PERM_TIMESTAMP 0x06
/*
* Shortcuts for sudo_user contents.