From c60ebd422171808ad58b936914055397bb205bef Mon Sep 17 00:00:00 2001 From: Laurent Bercot Date: Sun, 12 Mar 2017 11:59:43 +0000 Subject: Adapt to skalibs-2.5.0.0 --- doc/libs6/accessrules.html | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'doc/libs6/accessrules.html') 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:

-s6_accessrules_result_t f (char const *key, unsigned int keylen, void *handle, s6_accessrules_params_t *params) +s6_accessrules_result_t f (char const *key, size_t keylen, void *handle, s6_accessrules_params_t *params)

@@ -123,9 +123,8 @@ is not S6_ACCESSRULES_NOTFOUND. If no match can be found in the whole list,

  • s6_accessrules_keycheck_uidgid interprets key as a -diuint, i.e. a -structure containing two unsigned ints. The first one is interpreted as an -uid u, the second one as a gid g. The function first looks +pointer to a structure containing an uid u and a gid g. +The function first looks for a uid/u match; if it cannot find one, it looks for a gid/g match. If it cannot find one either, it checks uid/default and returns the result.
  • -- cgit v1.3.1