diff options
author | Laurent Bercot <ska-skaware@skarnet.org> | 2023-08-10 15:42:00 +0000 |
---|---|---|
committer | Laurent Bercot <ska@appnovation.com> | 2023-08-10 15:42:00 +0000 |
commit | 1cbe4b09e027e31d258c24feee0be46958888b93 (patch) | |
tree | 90b45421155e34002fd133c7939d1f3bbb1173ff /doc/localservice.html | |
parent | 23cb92cdf590d9caef64cb05f0e84c693f160739 (diff) | |
download | s6-1cbe4b09e027e31d258c24feee0be46958888b93.tar.xz |
Meh, link to archive.org is better
Signed-off-by: Laurent Bercot <ska@appnovation.com>
Diffstat (limited to 'doc/localservice.html')
-rw-r--r-- | doc/localservice.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/localservice.html b/doc/localservice.html index aa637f4..5b06781 100644 --- a/doc/localservice.html +++ b/doc/localservice.html @@ -60,7 +60,7 @@ executable by group G and run with S rights. <p> But modern systems implement the -<a href="https://cr.yp.to/docs/secureipc.html">getpeereid()</a> +<a href="https://web.archive.org/web/20210504203038/https://www.superscript.com/ucspi-ipc/getpeereid.html">getpeereid()</a> system call or library function. This function allows the server to know the client's credentials: so fine-grained access control is possible. On those systems, <strong>local services can do as much authentication as setuid programs, |