diff options
author | 2020-07-17 16:40:26 +0000 | |
---|---|---|
committer | 2020-07-17 16:40:26 +0000 | |
commit | f7ff4436f3de43b5f42519328ff34c97d5475904 (patch) | |
tree | bd5e559db31aa2e983a460bb418a8c4fda12c3ac /lib/libc | |
parent | Allow setsockopt SO_RTABLE when pleding "wroute" soon to be needed (diff) | |
download | wireguard-openbsd-f7ff4436f3de43b5f42519328ff34c97d5475904.tar.xz wireguard-openbsd-f7ff4436f3de43b5f42519328ff34c97d5475904.zip |
"wroute" allows changes to the routing table; ok deraadt
Diffstat (limited to 'lib/libc')
-rw-r--r-- | lib/libc/sys/pledge.2 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc/sys/pledge.2 b/lib/libc/sys/pledge.2 index 05277604ca5..5794003962d 100644 --- a/lib/libc/sys/pledge.2 +++ b/lib/libc/sys/pledge.2 @@ -1,4 +1,4 @@ -.\" $OpenBSD: pledge.2,v 1.59 2020/07/17 16:23:23 deraadt Exp $ +.\" $OpenBSD: pledge.2,v 1.60 2020/07/17 16:40:26 jmc Exp $ .\" .\" Copyright (c) 2015 Nicholas Marriott <nicm@openbsd.org> .\" @@ -535,7 +535,7 @@ device: .Dv DIOCXCOMMIT .It Va route Allow inspection of the routing table. -.It Va route +.It Va wroute Allow changes to the routing table. .It Va audio Allows a subset of |