Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 22 Sep 2023 12:44:19 GMT
From:      Mateusz Piotrowski <0mp@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-branches@FreeBSD.org
Subject:   git: f4db7434f058 - stable/14 - tmpfs.5: Document option nosymfollow
Message-ID:  <202309221244.38MCiJlH031172@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch stable/14 has been updated by 0mp:

URL: https://cgit.FreeBSD.org/src/commit/?id=f4db7434f0580438951c3c45e69addd7a47bbd66

commit f4db7434f0580438951c3c45e69addd7a47bbd66
Author:     Mateusz Piotrowski <0mp@FreeBSD.org>
AuthorDate: 2023-09-18 19:43:15 +0000
Commit:     Mateusz Piotrowski <0mp@FreeBSD.org>
CommitDate: 2023-09-22 12:41:29 +0000

    tmpfs.5: Document option nosymfollow
    
    Fixes:  15df90218bb6 tmpfs: support the nosymfollow mount option
    MFC after:      7 days
    
    (cherry picked from commit 942cc861f2cb5af287f15aa9b1bd56527f113032)
---
 share/man/man5/tmpfs.5 | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/share/man/man5/tmpfs.5 b/share/man/man5/tmpfs.5
index 33ed055d7f30..c442b868dd1d 100644
--- a/share/man/man5/tmpfs.5
+++ b/share/man/man5/tmpfs.5
@@ -131,6 +131,10 @@ The default is the mount point's mode.
 Do not use namecache to resolve names to files for the created mount.
 This saves memory, but currently might impair scalability for highly
 used mounts on large machines.
+.It Cm nosymfollow
+Do not follow
+.Xr symlink 7 Ap s
+on the mounted file system.
 .It Cm pgread
 Enable pgcache read for the mount.
 .It Cm size



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202309221244.38MCiJlH031172>