]> granicus.if.org Git - sudo/commitdiff
removed PERM_FULL_ROOT
authorTodd C. Miller <Todd.Miller@courtesan.com>
Sun, 28 Apr 1996 21:20:01 +0000 (21:20 +0000)
committerTodd C. Miller <Todd.Miller@courtesan.com>
Sun, 28 Apr 1996 21:20:01 +0000 (21:20 +0000)
sudo.h

diff --git a/sudo.h b/sudo.h
index 3ac76c93173c2c5c20e7c362551333e023531c79..3c38e71b6ac5683edddb37ea8328a998ad014e03 100644 (file)
--- a/sudo.h
+++ b/sudo.h
@@ -140,11 +140,10 @@ extern int top;
  * 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_RUN_AS             0x05
+#define PERM_USER                0x01
+#define PERM_FULL_USER           0x02
+#define PERM_SUDOERS             0x03
+#define PERM_RUNAS              0x04
 
 /*
  * Shortcuts for user_pw_ent