diff options
author | Ingo Schwarze <schwarze@cvs.openbsd.org> | 2009-12-25 23:11:01 +0000 |
---|---|---|
committer | Ingo Schwarze <schwarze@cvs.openbsd.org> | 2009-12-25 23:11:01 +0000 |
commit | 417aa4484ec04cf3c9d4ff79ea97016f662dddc7 (patch) | |
tree | f729d4e5f692e69391b3989621415c759253bf9b /share | |
parent | 7e4e54dfba5f7ee2370dd1c3607d6257ce7468a0 (diff) |
be nice by documenting a rather non-obvious trap:
as SUIDSKIP internally relies on find(1) -path,
it won't work with trailing slashes.
found the hard way by paul de weerd@
ok jmc@
Diffstat (limited to 'share')
-rw-r--r-- | share/man/man8/security.8 | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/share/man/man8/security.8 b/share/man/man8/security.8 index 8d701b8bed7..c7ed1874058 100644 --- a/share/man/man8/security.8 +++ b/share/man/man8/security.8 @@ -1,8 +1,8 @@ -.\" $OpenBSD: security.8,v 1.17 2009/05/24 22:25:12 schwarze Exp $ +.\" $OpenBSD: security.8,v 1.18 2009/12/25 23:11:00 schwarze Exp $ .\" .\" David Leonard, 2001. Public Domain. .\" -.Dd $Mdocdate: May 24 2009 $ +.Dd $Mdocdate: December 25 2009 $ .Dt SECURITY 8 .Os .Sh NAME @@ -124,6 +124,7 @@ The following variables can be set in .It Ev SUIDSKIP A whitespace-separated list of absolute paths to be skipped in setuid/setgid file checks and in device special file checks. +Avoid trailing slashes. .El .Sh FILES .Bl -tag -width /dev/changelist -compact |