diff options
author | Laurent Bercot <ska-skaware@skarnet.org> | 2017-03-12 11:59:43 +0000 |
---|---|---|
committer | Laurent Bercot <ska-skaware@skarnet.org> | 2017-03-12 11:59:43 +0000 |
commit | c60ebd422171808ad58b936914055397bb205bef (patch) | |
tree | 7db3e5728d72ad209f8e22b9eb9f337e0b0c3e58 /doc/libs6/accessrules.html | |
parent | e28fe5908a91d8795ca9923d64eeed7d3e898434 (diff) | |
download | s6-c60ebd422171808ad58b936914055397bb205bef.tar.xz |
Adapt to skalibs-2.5.0.0
Diffstat (limited to 'doc/libs6/accessrules.html')
-rw-r--r-- | doc/libs6/accessrules.html | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/doc/libs6/accessrules.html b/doc/libs6/accessrules.html index 20d3f2c..4cdca6c 100644 --- a/doc/libs6/accessrules.html +++ b/doc/libs6/accessrules.html @@ -66,7 +66,7 @@ Namely: </p> <p> -<code>s6_accessrules_result_t f (char const *key, unsigned int keylen, void *handle, s6_accessrules_params_t *params) </code> +<code>s6_accessrules_result_t f (char const *key, size_t keylen, void *handle, s6_accessrules_params_t *params) </code> </p> <p> @@ -123,9 +123,8 @@ is not S6_ACCESSRULES_NOTFOUND. If no match can be found in the whole list, <li> <a name="uidgid" /> <tt>s6_accessrules_keycheck_uidgid</tt> interprets <em>key</em> as a -<a href="http://skarnet.org/software/skalibs/libstddjb/">diuint</a>, i.e. a -structure containing two unsigned ints. The first one is interpreted as an -uid <em>u</em>, the second one as a gid <em>g</em>. The function first looks +pointer to a structure containing an uid <em>u</em> and a gid <em>g</em>. +The function first looks for a <tt>uid/<em>u</em></tt> match; if it cannot find one, it looks for a <tt>gid/<em>g</em></tt> match. If it cannot find one either, it checks <tt>uid/default</tt> and returns the result. </li> |