mirror of
https://github.com/sudo-project/sudo.git
synced 2025-09-02 07:15:27 +00:00
removed PERM_FULL_ROOT
This commit is contained in:
9
sudo.h
9
sudo.h
@@ -140,11 +140,10 @@ extern int top;
|
|||||||
* Used with set_perms()
|
* Used with set_perms()
|
||||||
*/
|
*/
|
||||||
#define PERM_ROOT 0x00
|
#define PERM_ROOT 0x00
|
||||||
#define PERM_FULL_ROOT 0x01
|
#define PERM_USER 0x01
|
||||||
#define PERM_USER 0x02
|
#define PERM_FULL_USER 0x02
|
||||||
#define PERM_FULL_USER 0x03
|
#define PERM_SUDOERS 0x03
|
||||||
#define PERM_SUDOERS 0x04
|
#define PERM_RUNAS 0x04
|
||||||
#define PERM_RUN_AS 0x05
|
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Shortcuts for user_pw_ent
|
* Shortcuts for user_pw_ent
|
||||||
|
Reference in New Issue
Block a user