diff options
author | 2018-08-13 23:13:02 +0000 | |
---|---|---|
committer | 2018-08-13 23:13:02 +0000 | |
commit | 5eab0d622aeeb0282b26f238587c5e04b77c45d7 (patch) | |
tree | 38e445fa25885ce9ac0a2b98f59f288b969a6186 | |
parent | Instead of using BYPASSUNVEIL at NDINIT time, use KERNELPATH to indicate (diff) | |
download | wireguard-openbsd-5eab0d622aeeb0282b26f238587c5e04b77c45d7.tar.xz wireguard-openbsd-5eab0d622aeeb0282b26f238587c5e04b77c45d7.zip |
document new namei flags
-rw-r--r-- | share/man/man9/namei.9 | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/share/man/man9/namei.9 b/share/man/man9/namei.9 index f129cd9f1b0..3ac6b3f6f48 100644 --- a/share/man/man9/namei.9 +++ b/share/man/man9/namei.9 @@ -1,4 +1,4 @@ -.\" $OpenBSD: namei.9,v 1.20 2018/08/02 17:10:26 schwarze Exp $ +.\" $OpenBSD: namei.9,v 1.21 2018/08/13 23:13:02 deraadt Exp $ .\" $NetBSD: namei.9,v 1.9 2003/05/06 10:46:44 jmmv Exp $ .\" .\" Copyright (c) 2001 The NetBSD Foundation, Inc. @@ -28,7 +28,7 @@ .\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE .\" POSSIBILITY OF SUCH DAMAGE. .\" -.Dd $Mdocdate: August 2 2018 $ +.Dd $Mdocdate: August 13 2018 $ .Dt NAMEI 9 .Os .Sh NAME @@ -154,6 +154,10 @@ strip trailing slashes from the pathname .It PDIRUNLOCK .Fn VOP_LOOKUP unlocked parent dir +.It BYPASSUNVEIL +bypass pledge paths checks +.It KERNELPATH +access file as kernel, not process .El .Pp If the caller of |