From 60cb96c3ce59e7a39000ab173a04792daea2b9c4 Mon Sep 17 00:00:00 2001 From: Laurent Bercot Date: Sat, 31 Jan 2015 11:31:27 +0000 Subject: Doc fixes --- doc/s6-fdholderd.html | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'doc/s6-fdholderd.html') 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 foo, then one character, then bar: mkdir -p gid/23/env ; touch gid/23/allow ; echo foo.bar > gid/23/env/S6_FDHOLDER_RETRIEVE_REGEX -
  • To allow everyone to dump entire states into the server: +
  • To allow the same users to list all identifiers: +echo > gid/23/env/S6_FDHOLDER_LIST
  • +
  • To allow everyone to dump entire states into the server +(never do this! it's only an example): mkdir -p uid/default/env ; touch uid/default/allow ; -echo > uid/default/env/S6_FDHOLDER_SETDUMP. -Never do this!
  • +echo > uid/default/env/S6_FDHOLDER_SETDUMP.

    Notes

    -- cgit v1.2.3