Rename PERM_RUNAS -> PERM_FULL_RUNAS and add a PERM_RUNAS that just

changes the euid.
This commit is contained in:
Todd C. Miller
2004-01-16 23:05:47 +00:00
parent de6ff287e8
commit ceb3653d71
2 changed files with 22 additions and 1 deletions

3
sudo.h
View File

@@ -122,7 +122,8 @@ struct sudo_user {
#define PERM_FULL_USER 0x03
#define PERM_SUDOERS 0x04
#define PERM_RUNAS 0x05
#define PERM_TIMESTAMP 0x06
#define PERM_FULL_RUNAS 0x06
#define PERM_TIMESTAMP 0x07
/*
* Shortcuts for sudo_user contents.