summaryrefslogtreecommitdiff
path: root/README
blob: 9817d42e3d757833262687ee265e31ce778a2af7 (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
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>