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 | |
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')
-rw-r--r-- | doc/s6-tcpserver-access.html | 4 | ||||
-rw-r--r-- | doc/s6-tlsserver.html | 5 |
2 files changed, 2 insertions, 7 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> diff --git a/doc/s6-tlsserver.html b/doc/s6-tlsserver.html index f1f4e91..e241ee3 100644 --- a/doc/s6-tlsserver.html +++ b/doc/s6-tlsserver.html @@ -156,10 +156,7 @@ certificates, you probably still want TCP access rules. <a href="s6-tcpserver-access.html">s6-tcpserver-access</a> should be invoked, even if no other option requires it, even in the absence of an access control ruleset. This ensures that <em>prog...</em> -will always have access to environment variables such as TCPLOCALPORT. -This option also ensures that the log does not get spammed with -spurious "no ruleset" warnings if the <tt>-v</tt> option has been -given but no <tt>-i</tt> or <tt>-x</tt> option. </li> +will always have access to environment variables such as TCPLOCALPORT. </li> </ul> <h3> Options passed as is to s6-tcpserver </h3> |