summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>2015-07-28 18:20:42 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>2015-07-28 18:20:42 +0000
commitd6fc644d61584c6ab34dbc78f9fa561ad702308b (patch)
tree7506ec1b92413ac263aaa7371f0d64ff7d1d54c0 /lib
parent4b12bd9015af7913baf4a6578cdac5c108ce934d (diff)
describe CPATH before TMPPATH
Diffstat (limited to 'lib')
-rw-r--r--lib/libc/sys/tame.224
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