diff options
author | 2015-09-07 05:23:30 +0000 | |
---|---|---|
committer | 2015-09-07 05:23:30 +0000 | |
commit | 8449003f871f56141da57c0bdf712222473ba09d (patch) | |
tree | 6e566ea3dbdf38c43264c3c7b849b834966fd14a /lib/libc | |
parent | Fix the previous. The condition of loop which read GPT partitions had been (diff) | |
download | wireguard-openbsd-8449003f871f56141da57c0bdf712222473ba09d.tar.xz wireguard-openbsd-8449003f871f56141da57c0bdf712222473ba09d.zip |
Add getfsstat(2) to TAME_RPATH; OK deraadt@
Diffstat (limited to 'lib/libc')
-rw-r--r-- | lib/libc/sys/tame.2 | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/lib/libc/sys/tame.2 b/lib/libc/sys/tame.2 index dd639d87d29..09cacd3bc67 100644 --- a/lib/libc/sys/tame.2 +++ b/lib/libc/sys/tame.2 @@ -1,4 +1,4 @@ -.\" $OpenBSD: tame.2,v 1.23 2015/09/06 19:13:38 jmc Exp $ +.\" $OpenBSD: tame.2,v 1.24 2015/09/07 05:23:30 tim 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: September 6 2015 $ +.Dd $Mdocdate: September 7 2015 $ .Dt TAME 2 .Os .Sh NAME @@ -222,7 +222,8 @@ read-only effects on the filesystem: .Xr chown 2 , .Xr fchown 2 , .Xr fchownat 2 , -.Xr fstat 2 . +.Xr fstat 2 , +.Xr getfsstat 2 . .It Dv TAME_WPATH A number of system calls are allowed and may cause write-effects on the filesystem: |