summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorLaurent Bercot <ska-skaware@skarnet.org>2017-11-20 14:51:36 +0000
committerLaurent Bercot <ska-skaware@skarnet.org>2017-11-20 14:51:36 +0000
commit4ba5ae5776c2e9ba4f297115c19923a928cf3e87 (patch)
tree5a67f39a64dc5df84fc20307aa95d7536890b8b5 /README
downloadutmps-4ba5ae5776c2e9ba4f297115c19923a928cf3e87.tar.xz
Initial release / rename to utmps
Diffstat (limited to 'README')
-rw-r--r--README27
1 files changed, 27 insertions, 0 deletions
diff --git a/README b/README
new file mode 100644
index 0000000..9817d42
--- /dev/null
+++ b/README
@@ -0,0 +1,27 @@
+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.
+
+ Its particularity is that it does not use setuid or setgid
+programs or files; it does not give random programs the right
+to modify system-wide files. Instead, it comes with a daemon
+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.
+
+
+* Installation
+ ------------
+
+ See the INSTALL file.
+
+
+* Contact information
+ -------------------
+
+ Laurent Bercot <ska-skaware at skarnet.org>