summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLaurent Bercot <ska-skaware@skarnet.org>2018-08-14 21:51:55 +0000
committerLaurent Bercot <ska-skaware@skarnet.org>2018-08-14 21:51:55 +0000
commit99e5aafa1c8e99e348d26dda380368f04b442487 (patch)
tree9f4444984bfaeb6b257f7ce268ba48cd16307f1d
parentca9064f07c2d1dd73abdd83cf179231e066a6de2 (diff)
downloadutmps-99e5aafa1c8e99e348d26dda380368f04b442487.tar.xz
version: 0.0.1.3v0.0.1.3
-rw-r--r--README5
1 files changed, 3 insertions, 2 deletions
diff --git a/README b/README
index 9817d42..831c310 100644
--- a/README
+++ b/README
@@ -3,7 +3,8 @@ utmps - a secure utmpx and wtmp implementation
utmps is a library implementing the utmpx.h
family of functions, for use with C libraries that do not
-implement them, such as musl.
+implement them, such as musl - or that do implement them,
+but in an insecure way, such as... all the other libcs.
Its particularity is that it does not use setuid or setgid
programs or files; it does not give random programs the right
@@ -12,7 +13,7 @@ that must be running for utmp account to be functional, and
that takes charge of the utmp data management itself; utmpx.h
primitives simply communicate with that daemon.
- See http://skarnet.org/software/utmps/ for details.
+ See https://skarnet.org/software/utmps/ for details.
* Installation