summaryrefslogtreecommitdiff
path: root/README
blob: 831c310a25ba9a1748f66ff484505a5b996748cc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
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 - 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
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 https://skarnet.org/software/utmps/ for details.


* Installation
  ------------

 See the INSTALL file.


* Contact information
  -------------------

 Laurent Bercot <ska-skaware at skarnet.org>