From ebfd0ba17e0d4b220725018d16e294e8e22a1745 Mon Sep 17 00:00:00 2001 From: Laurent Bercot Date: Thu, 15 Jan 2015 20:51:39 +0000 Subject: Move Unix domain socket and access control stuff to s6. Move seekablepipe to s6-portable-utils. Version: 2.0.1.0, release candidate --- doc/s6-accessrules-cdb-from-fs.html | 141 ------------------------------------ 1 file changed, 141 deletions(-) delete mode 100644 doc/s6-accessrules-cdb-from-fs.html (limited to 'doc/s6-accessrules-cdb-from-fs.html') diff --git a/doc/s6-accessrules-cdb-from-fs.html b/doc/s6-accessrules-cdb-from-fs.html deleted file mode 100644 index 26105b1..0000000 --- a/doc/s6-accessrules-cdb-from-fs.html +++ /dev/null @@ -1,141 +0,0 @@ - - - - - s6-networking: the s6-accessrules-cdb-from-fs program - - - - - - -

-s6-networking
-Software
-skarnet.org -

- -

The s6-accessrules-cdb-from-fs program

- -

-s6-accessrules-cdb-from-fs compiles a directory -containing a ruleset suitable for -s6-ipcserver-access or -s6-tcpserver-access into a -CDB file. -

- -

Interface

- -
-     s6-accessrules-cdb-from-fs cdbfile dir
-
- - - -

Ruleset directory format

- -

- To be understood by s6-accessrules-cdb-from-fs, -s6-ipcserver-access, or -s6-tcpserver-access, -dir must have a specific format. -

- -

- dir contains a series of directories: -

- - - -

-Depending on the application, other directories can appear in dir -and be compiled into cdbfile, but -s6-tcpserver-access only -uses the first three, and -s6-ipcserver-access only -uses the last two. -

- -

- Each of those directories contains a set of rules. A rule is -a subdirectory named after the set of keys it matches, and containing -actions that will be executed if the rule is the first matching rule -for the tested key. -

- -

- The syntax for the rule name is dependent on the nature of keys, and -fully documented on the -accessrules -library page. For instance, a subdirectory named 192.168.0.0_27 -in the ip4 directory will match every IPv4 address in the -192.168.0.0/27 network that does not match a more precise rule. -

- -

- The syntax for the actions, however, is the same for every type of key. -A rule subdirectory can contain the following elements: -

- - - -

Notes

- - - - - -- cgit v1.2.3