summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--sys/sys/capsicum.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/sys/capsicum.h b/sys/sys/capsicum.h
index 6188811..de113c6 100644
--- a/sys/sys/capsicum.h
+++ b/sys/sys/capsicum.h
@@ -206,10 +206,10 @@
CAP_SETSOCKOPT | CAP_SHUTDOWN)
/* All used bits for index 0. */
-#define CAP_ALL0 CAPRIGHT(0, 0x0000007FFFFFFFFFULL)
+#define CAP_ALL0 CAPRIGHT(0, 0x000001FFFFFFFFFFULL)
/* Available bits for index 0. */
-#define CAP_UNUSED0_40 CAPRIGHT(0, 0x0000008000000000ULL)
+#define CAP_UNUSED0_42 CAPRIGHT(0, 0x0000020000000000ULL)
/* ... */
#define CAP_UNUSED0_57 CAPRIGHT(0, 0x0100000000000000ULL)
OpenPOWER on IntegriCloud