Module Name:    src
Committed By:   gutteridge
Date:           Thu Oct 31 01:13:19 UTC 2024

Modified Files:
        src/share/man/man7: security.7

Log Message:
security.7: give example of a program with per-user-tmp issue


To generate a diff of this commit:
cvs rdiff -u -r1.17 -r1.18 src/share/man/man7/security.7

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/share/man/man7/security.7
diff -u src/share/man/man7/security.7:1.17 src/share/man/man7/security.7:1.18
--- src/share/man/man7/security.7:1.17	Wed Oct 30 01:44:43 2024
+++ src/share/man/man7/security.7	Thu Oct 31 01:13:19 2024
@@ -1,4 +1,4 @@
-.\" $NetBSD: security.7,v 1.17 2024/10/30 01:44:43 gutteridge Exp $
+.\" $NetBSD: security.7,v 1.18 2024/10/31 01:13:19 gutteridge Exp $
 .\"
 .\" Copyright (c) 2006, 2011 Elad Efrat <e...@netbsd.org>
 .\" All rights reserved.
@@ -25,7 +25,7 @@
 .\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
 .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
 .\"
-.Dd October 30, 2024
+.Dd October 31, 2024
 .Dt SECURITY 7
 .Os
 .Sh NAME
@@ -424,7 +424,8 @@ Note that some programs will not work co
 .Dq magic symlinks
 implementation, if they invoke
 .Xr realpath 3
-on temporary file paths.
+on temporary file paths, for example
+.Xr tmux 1 .
 In this case, resolution will fail, so this feature is not suited for
 all uses.
 .Ss Information filtering

Reply via email to