summaryrefslogtreecommitdiff
path: root/usr.bin/sudo/sudo.h
diff options
context:
space:
mode:
authorTodd C. Miller <millert@cvs.openbsd.org>2002-01-17 01:03:22 +0000
committerTodd C. Miller <millert@cvs.openbsd.org>2002-01-17 01:03:22 +0000
commit520e93c344e52248a2742787612ebeeff4c84bb3 (patch)
tree214031d9f733157fec8e8675d650fb31dafeda82 /usr.bin/sudo/sudo.h
parentb3eeacaa661de86440405b9804ca25bf61313508 (diff)
update to sudo 1.6.5
Diffstat (limited to 'usr.bin/sudo/sudo.h')
-rw-r--r--usr.bin/sudo/sudo.h7
1 files changed, 4 insertions, 3 deletions
diff --git a/usr.bin/sudo/sudo.h b/usr.bin/sudo/sudo.h
index 088a67dfe91..44a1eded3c3 100644
--- a/usr.bin/sudo/sudo.h
+++ b/usr.bin/sudo/sudo.h
@@ -31,7 +31,7 @@
* OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
* ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*
- * $Sudo: sudo.h,v 1.183 2002/01/13 18:28:09 millert Exp $
+ * $Sudo: sudo.h,v 1.184 2002/01/16 21:27:09 millert Exp $
*/
#ifndef _SUDO_SUDO_H
@@ -113,8 +113,9 @@ struct sudo_user {
#define PERM_ROOT 0x00
#define PERM_FULL_ROOT 0x01
#define PERM_USER 0x02
-#define PERM_SUDOERS 0x03
-#define PERM_RUNAS 0x04
+#define PERM_FULL_USER 0x03
+#define PERM_SUDOERS 0x04
+#define PERM_RUNAS 0x05
/*
* Shortcuts for sudo_user contents.