summaryrefslogtreecommitdiff
path: root/usr.bin/doas/doas.h
diff options
context:
space:
mode:
Diffstat (limited to 'usr.bin/doas/doas.h')
-rw-r--r--usr.bin/doas/doas.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/doas/doas.h b/usr.bin/doas/doas.h
index b98fe353b18..ce6a03618ac 100644
--- a/usr.bin/doas/doas.h
+++ b/usr.bin/doas/doas.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: doas.h,v 1.19 2021/11/30 20:08:15 tobias Exp $ */
+/* $OpenBSD: doas.h,v 1.20 2024/02/15 18:57:58 tedu Exp $ */
/*
* Copyright (c) 2015 Ted Unangst <tedu@openbsd.org>
*
@@ -36,7 +36,7 @@ struct passwd;
char **prepenv(const struct rule *, const struct passwd *,
const struct passwd *);
-#define PERMIT 1
+#define PERMIT -1
#define DENY 2
#define NOPASS 0x1