diff options
author | Laurent Bercot <ska-skaware@skarnet.org> | 2023-09-20 03:46:43 +0000 |
---|---|---|
committer | Laurent Bercot <ska@appnovation.com> | 2023-09-20 03:46:43 +0000 |
commit | 538db66194f396cf35f6c1113851fcbc321464d7 (patch) | |
tree | 93261399c9b816ac3100aaa35be0b15bf7ea7d9a /doc/s6-tcpserver-access.html | |
parent | 105748f3911d0b3c413d6edf36d78cfa450a0d80 (diff) | |
download | s6-networking-538db66194f396cf35f6c1113851fcbc321464d7.tar.xz |
Remove extra warning when s6-tcpserver-access has no ruleset
Signed-off-by: Laurent Bercot <ska@appnovation.com>
Diffstat (limited to 'doc/s6-tcpserver-access.html')
-rw-r--r-- | doc/s6-tcpserver-access.html | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/doc/s6-tcpserver-access.html b/doc/s6-tcpserver-access.html index 16b16f9..d5b3ece 100644 --- a/doc/s6-tcpserver-access.html +++ b/doc/s6-tcpserver-access.html @@ -138,9 +138,7 @@ against a filesystem-based database in the <em>rulesdir</em> directory. </li> <li> <tt>-x <em>rulesfile</em></tt> : check client credentials against a <a href="https://en.wikipedia.org/wiki/Cdb_(software)">cdb</a> database in the <em>rulesfile</em> file. <tt>-i</tt> and <tt>-x</tt> are -mutually exclusive. If none of those options is given, no credential checking will be -performed, and a warning will be emitted on every connection if -<em>verbosity</em> is 2 or more. </li> +mutually exclusive. </li> </ul> <h2> Access rule checking </h2> |