diff options
author | Laurent Bercot <ska-skaware@skarnet.org> | 2015-01-31 11:31:27 +0000 |
---|---|---|
committer | Laurent Bercot <ska-skaware@skarnet.org> | 2015-01-31 11:31:27 +0000 |
commit | 60cb96c3ce59e7a39000ab173a04792daea2b9c4 (patch) | |
tree | 2607d59e1225b6ef272063af04d1a1ba6ce38181 /doc/s6-fdholderd.html | |
parent | 0257ca0c6ce27cc8d48323f5fc4f079c7f455b93 (diff) | |
download | s6-60cb96c3ce59e7a39000ab173a04792daea2b9c4.tar.xz |
Doc fixes
Diffstat (limited to 'doc/s6-fdholderd.html')
-rw-r--r-- | doc/s6-fdholderd.html | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/doc/s6-fdholderd.html b/doc/s6-fdholderd.html index 3f3194a..ab05665 100644 --- a/doc/s6-fdholderd.html +++ b/doc/s6-fdholderd.html @@ -283,10 +283,12 @@ descriptors with an identifier containing <tt>foo</tt>, then one character, then <tt>bar</tt>: <tt>mkdir -p gid/23/env ; touch gid/23/allow ; echo foo.bar > gid/23/env/S6_FDHOLDER_RETRIEVE_REGEX</tt> </li> - <li> To allow everyone to dump entire states into the server: + <li> To allow the same users to list all identifiers: +<tt>echo > gid/23/env/S6_FDHOLDER_LIST</tt> </li> + <li> To allow everyone to dump entire states into the server +(<strong>never do this!</strong> it's only an example): <tt>mkdir -p uid/default/env ; touch uid/default/allow ; -echo > uid/default/env/S6_FDHOLDER_SETDUMP</tt>. -<strong>Never do this!</strong> </li> +echo > uid/default/env/S6_FDHOLDER_SETDUMP</tt>. </li> </ul> <h2> Notes </h2> |