diff options
author | 2015-07-20 15:26:28 +0000 | |
---|---|---|
committer | 2015-07-20 15:26:28 +0000 | |
commit | 95249e53aee1a010d90ee7fcffae8080629524a9 (patch) | |
tree | b64701268c3c14f05efc20611d3eff9264e50e25 /lib/libc/sys | |
parent | ensure http_path is escaped before using it in Location redirection. (diff) | |
download | wireguard-openbsd-95249e53aee1a010d90ee7fcffae8080629524a9.tar.xz wireguard-openbsd-95249e53aee1a010d90ee7fcffae8080629524a9.zip |
Add setgroups(2) to TAME_PROC, ok deraadt
Diffstat (limited to 'lib/libc/sys')
-rw-r--r-- | lib/libc/sys/tame.2 | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/lib/libc/sys/tame.2 b/lib/libc/sys/tame.2 index 4a65cc46093..90ce900bcc7 100644 --- a/lib/libc/sys/tame.2 +++ b/lib/libc/sys/tame.2 @@ -1,4 +1,4 @@ -.\" $OpenBSD: tame.2,v 1.9 2015/07/19 17:08:35 jmc Exp $ +.\" $OpenBSD: tame.2,v 1.10 2015/07/20 15:26:28 nicm Exp $ .\" .\" Copyright (c) 2015 Nicholas Marriott <nicm@openbsd.org> .\" @@ -14,7 +14,7 @@ .\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF .\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. .\" -.Dd $Mdocdate: July 19 2015 $ +.Dd $Mdocdate: July 20 2015 $ .Dt TAME 2 .Os .Sh NAME @@ -235,6 +235,7 @@ Allows the following process relationship operations: .Xr fork 2 , .Xr vfork 2 , .Xr kill 2 , +.Xr setgroups 2 , .Xr setresgid 2 , .Xr setresuid 2 , .It Ar TAME_RPATH |