about summary refs log tree commit diff
path: root/doc
diff options
context:
space:
mode:
authorLaurent Bercot <ska-skaware@skarnet.org>2023-08-10 15:42:00 +0000
committerLaurent Bercot <ska@appnovation.com>2023-08-10 15:42:00 +0000
commit1cbe4b09e027e31d258c24feee0be46958888b93 (patch)
tree90b45421155e34002fd133c7939d1f3bbb1173ff /doc
parent23cb92cdf590d9caef64cb05f0e84c693f160739 (diff)
downloads6-1cbe4b09e027e31d258c24feee0be46958888b93.tar.gz
s6-1cbe4b09e027e31d258c24feee0be46958888b93.tar.xz
s6-1cbe4b09e027e31d258c24feee0be46958888b93.zip
Meh, link to archive.org is better
Signed-off-by: Laurent Bercot <ska@appnovation.com>
Diffstat (limited to 'doc')
-rw-r--r--doc/localservice.html2
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,