diff options
| author | Laurent Bercot <ska-skaware@skarnet.org> | 2018-06-17 00:49:40 +0000 |
|---|---|---|
| committer | Laurent Bercot <ska-skaware@skarnet.org> | 2018-06-17 00:49:40 +0000 |
| commit | 3b02160632eee0d812bf3fb4f1831e8f87bf1a3d (patch) | |
| tree | c52bc95441117306fa966562875679b0b46e0058 /doc | |
| parent | a4e26ae89a52693cadd4f86c417146aa8e6f3a8a (diff) | |
| download | skabus-3b02160632eee0d812bf3fb4f1831e8f87bf1a3d.tar.gz | |
Bunch of misc things, most of them not working, to check later
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/index.html | 6 | ||||
| -rw-r--r-- | doc/skabus-dynteed.html | 8 | ||||
| -rw-r--r-- | doc/skabus-rpc-daemon.html | 2 |
3 files changed, 8 insertions, 8 deletions
diff --git a/doc/index.html b/doc/index.html index d693433..fe5c284 100644 --- a/doc/index.html +++ b/doc/index.html @@ -50,11 +50,11 @@ a consistent vision behind them. <li> A POSIX-compliant system with a standard C development environment </li> <li> GNU make, version 3.81 or later </li> <li> <a href="//skarnet.org/software/skalibs/">skalibs</a> version -2.6.1.0 or later </li> +2.6.3.0 or later </li> <li> <a href="//skarnet.org/software/execline/">execline</a> version -2.3.0.3 or later </li> +2.3.0.4 or later </li> <li> <a href="//skarnet.org/software/s6/">s6</a> version -2.6.1.1 or later </li> +2.7.0.0 or later </li> </ul> diff --git a/doc/skabus-dynteed.html b/doc/skabus-dynteed.html index 7573f3b..79648d4 100644 --- a/doc/skabus-dynteed.html +++ b/doc/skabus-dynteed.html @@ -108,8 +108,8 @@ skabus-dynteed will accept connections from any client. <p> Rulesets can be converted between the <em>rulesdir</em> and <em>rulesfile</em> formats with the -<a href="s6-accessrules-cdb-from-fs.html">s6-accessrules-cdb-from-fs</a> and -<a href="s6-accessrules-fs-from-cdb.html">s6-accessrules-fs-from-cdb</a> +<a href="//skarnet.org/software/s6/s6-accessrules-cdb-from-fs.html">s6-accessrules-cdb-from-fs</a> and +<a href="//skarnet.org/software/s6/s6-accessrules-fs-from-cdb.html">s6-accessrules-fs-from-cdb</a> conversion tools. </p> @@ -117,13 +117,13 @@ conversion tools. <p> The rules file, or rules directory, follows the -<a href="libs6/accessrules.html">s6 accessrules format</a> for uid and +<a href="//skarnet.org/software/s6/libs6/accessrules.html">s6 accessrules format</a> for uid and gid checking. For every connecting client, skabus-dynteed matches the uid and gid of the client against the provided ruleset, and determines whether the client is authorized or not to connect. The right to connect is given if an <tt>allow</tt> file is found in one of the subdirectories checked by -<a href="libs6/accessrules.html#uidgid">s6_accessrules_keycheck_uidgid</a>. +<a href="//skarnet.org/software/s6/libs6/accessrules.html#uidgid">s6_accessrules_keycheck_uidgid</a>. For instance, to allow everyone to connect, touch <tt><em>rulesdir</em>/uid/default/allow</tt>. </p> diff --git a/doc/skabus-rpc-daemon.html b/doc/skabus-rpc-daemon.html index bd9b575..c4c920e 100644 --- a/doc/skabus-rpc-daemon.html +++ b/doc/skabus-rpc-daemon.html @@ -88,7 +88,7 @@ supplementary group list according to the values of the UID, GID and GIDLIST environment variables after binding the socket. This is only valid when run as root. This can be used with the -<a href="s6-envuidgid.html">s6-envuidgid</a> +<a href="//skarnet.org/software/s6/s6-envuidgid.html">s6-envuidgid</a> program to easily script a service that binds to a privileged socket then drops its privileges to those of a named non-root account. </li> <li> <tt>-t <em>clienttimeout</em></tt> : disconnect a client |
