diff options
| author | Lukasz Kasprzak <lukas@labunix.xyz> | 2026-09-14 21:40:12 +0200 |
|---|---|---|
| committer | Lukasz Kasprzak <lukas@labunix.xyz> | 2026-09-14 21:40:12 +0200 |
| commit | 360591d6e18d8676a2f86185ed42f46852387f85 (patch) | |
| tree | 31043c351f6cb2c95c6b6a26d0c69dcb47ab1e3f /man | |
| parent | e0dddff176a01d410904b6750b3395de4f7e54db (diff) | |
| download | krino-360591d6e18d8676a2f86185ed42f46852387f85.tar.gz krino-360591d6e18d8676a2f86185ed42f46852387f85.zip | |
plan 9: content excludes fail closed; krino.conf excludes checked without directories
Diffstat (limited to 'man')
| -rw-r--r-- | man/krino.conf.5 | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/man/krino.conf.5 b/man/krino.conf.5 index b00967a..81bbb28 100644 --- a/man/krino.conf.5 +++ b/man/krino.conf.5 @@ -268,6 +268,14 @@ Unlike which never opens a file, an .Ic exclude can test size and content. +.Pp +An +.Ic exclude +fails closed: when a content test it reaches cannot read the file +.Pq over Ic max-read , No or a tool missing, failing or timing out , +the exclude holds and the file is set aside as +.Dq (content unreadable) , +with a warning. .Sh RULES .Bd -literal -offset indent (rule NAME ITEM...) |
