s6

Mirror/fork of https://skarnet.org/software/s6/
git clone https://ccx.te2000.cz/git/s6
Log | Files | Refs | README | LICENSE

commit 807e0eba726802e89206ea6dbad4f06606cb9e5d
parent 917fab4b4ddf202b078eae83de3e1311f2111cfa
Author: Laurent Bercot <ska-skaware@skarnet.org>
Date:   Tue, 24 Jan 2017 18:08:25 +0000

 Document the types change (uid_t and gid_t in accessrules)

Diffstat:
Mdoc/libs6/accessrules.html | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/doc/libs6/accessrules.html b/doc/libs6/accessrules.html @@ -234,7 +234,7 @@ function with a backend function. <p> <code> 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) </code> <br /> Checks the *<em>c</em> CDB database for an authorization for uid <em>u</em> and gid <em>g</em>. If the result is S6_ACCESSRULES_ALLOW, additional @@ -243,7 +243,7 @@ information may be stored into <em>params</em>. <p> <code> 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) </code> <br /> Checks the <em>dir</em> base directory for an authorization for uid <em>u</em> and gid <em>g</em>. If the result is S6_ACCESSRULES_ALLOW, additional