diff options
author | 2015-12-16 17:08:17 +0000 | |
---|---|---|
committer | 2015-12-16 17:08:17 +0000 | |
commit | 97a57a1d994328a80550cc3f39b1b0d67fc6dc53 (patch) | |
tree | 23c83ff71e7bb9b96f13e87083b9eca9de0b35d4 /lib/libc | |
parent | Remove support for HOSTALIASES from the resolver. This "open and parse (diff) | |
download | wireguard-openbsd-97a57a1d994328a80550cc3f39b1b0d67fc6dc53.tar.xz wireguard-openbsd-97a57a1d994328a80550cc3f39b1b0d67fc6dc53.zip |
documents pledge(2) "dpath" promise
with inputs from jmc@
ok jmc@ deraadt@
Diffstat (limited to 'lib/libc')
-rw-r--r-- | lib/libc/sys/pledge.2 | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/lib/libc/sys/pledge.2 b/lib/libc/sys/pledge.2 index 844dbb26085..d736261e744 100644 --- a/lib/libc/sys/pledge.2 +++ b/lib/libc/sys/pledge.2 @@ -1,4 +1,4 @@ -.\" $OpenBSD: pledge.2,v 1.20 2015/12/16 08:27:32 semarie Exp $ +.\" $OpenBSD: pledge.2,v 1.21 2015/12/16 17:08:17 semarie Exp $ .\" .\" Copyright (c) 2015 Nicholas Marriott <nicm@openbsd.org> .\" @@ -254,6 +254,11 @@ create new files or directories in the filesystem: .Xr unlinkat 2 , .Xr mkdir 2 , .Xr mkdirat 2 . +.It Va "dpath" +A number of system calls are allowed to create special files: +.Pp +.Xr mkfifo 2 , +.Xr mknod 2 . .It Va "tmppath" A number of system calls are allowed to do operations in the .Pa /tmp |