PERM_FULL_ROOT is now no different than PERM_ROOT so remove PERM_FULL_ROOT
This commit is contained in:
13
sudo.h
13
sudo.h
@@ -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.
|
||||
|
Reference in New Issue
Block a user