diff options
author | 2015-07-28 18:20:41 +0000 | |
---|---|---|
committer | 2015-07-28 18:20:41 +0000 | |
commit | 095d8562e3abebb84241c06bc2e5f56d6f952105 (patch) | |
tree | 4ba7c18cbd6a01fab7904eac8edb5943cc054e95 /lib/libc/sys | |
parent | unsort: requested by deraadt (diff) | |
download | wireguard-openbsd-095d8562e3abebb84241c06bc2e5f56d6f952105.tar.xz wireguard-openbsd-095d8562e3abebb84241c06bc2e5f56d6f952105.zip |
describe CPATH before TMPPATH
Diffstat (limited to 'lib/libc/sys')
-rw-r--r-- | lib/libc/sys/tame.2 | 24 |
1 files changed, 12 insertions, 12 deletions
diff --git a/lib/libc/sys/tame.2 b/lib/libc/sys/tame.2 index 49f7936ef44..4e3463a61b4 100644 --- a/lib/libc/sys/tame.2 +++ b/lib/libc/sys/tame.2 @@ -1,4 +1,4 @@ -.\" $OpenBSD: tame.2,v 1.14 2015/07/28 18:12:57 jmc Exp $ +.\" $OpenBSD: tame.2,v 1.15 2015/07/28 18:20:41 deraadt Exp $ .\" .\" Copyright (c) 2015 Nicholas Marriott <nicm@openbsd.org> .\" @@ -234,17 +234,6 @@ write-effects on the filesystem: .Xr fchownat 2 , .Xr fstat 2 , .Xr fstat 2 . -.It Dv TAME_TMPPATH -A number of system calls are allowed to do operations in the -.Pa /tmp -directory, including create, read, or write: -.Pp -.Xr lstat 2 , -.Xr chmod 2 , -.Xr chflags 2 , -.Xr chown 2 , -.Xr unlink 2 , -.Xr fstat 2 . .It Dv TAME_CPATH A number of system calls and sub-modes are allowed, which may create new files or directories in the filesystem: @@ -259,6 +248,17 @@ create new files or directories in the filesystem: .Xr unlinkat 2 , .Xr mkdir 2 , .Xr mkdirat 2 . +.It Dv TAME_TMPPATH +A number of system calls are allowed to do operations in the +.Pa /tmp +directory, including create, read, or write: +.Pp +.Xr lstat 2 , +.Xr chmod 2 , +.Xr chflags 2 , +.Xr chown 2 , +.Xr unlink 2 , +.Xr fstat 2 . .It Dv TAME_INET The following system calls are allowed to operate in the .Dv AF_INET |