From 807e0eba726802e89206ea6dbad4f06606cb9e5d Mon Sep 17 00:00:00 2001 From: Laurent Bercot Date: Tue, 24 Jan 2017 18:08:25 +0000 Subject: Document the types change (uid_t and gid_t in accessrules) --- doc/libs6/accessrules.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/libs6/accessrules.html b/doc/libs6/accessrules.html index 39f34f9..20d3f2c 100644 --- a/doc/libs6/accessrules.html +++ b/doc/libs6/accessrules.html @@ -234,7 +234,7 @@ function with a backend function.

s6_accessrules_result_t s6_accessrules_uidgid_cdb -(unsigned int u, unsigned int g, struct cdb *c, +(uid_t u, gid_t g, struct cdb *c, s6_accessrules_params_t *params)
Checks the *c CDB database for an authorization for uid u and gid g. If the result is S6_ACCESSRULES_ALLOW, additional @@ -243,7 +243,7 @@ information may be stored into params.

s6_accessrules_result_t s6_accessrules_uidgid_fs -(unsigned int u, unsigned int g, char const *dir, +(uid_t u, gid_t g, char const *dir, s6_accessrules_params_t *params)
Checks the dir base directory for an authorization for uid u and gid g. If the result is S6_ACCESSRULES_ALLOW, additional -- cgit v1.2.3