diff options
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> |