diff options
author | Laurent Bercot <ska-skaware@skarnet.org> | 2019-01-06 18:11:02 +0000 |
---|---|---|
committer | Laurent Bercot <ska-skaware@skarnet.org> | 2019-01-06 18:11:02 +0000 |
commit | 48c4cf945317e6fd397a8ec4a918461fad96265f (patch) | |
tree | 2ffd82bdc529749fab9f9c054eec108c882d050d /doc/overview.html | |
parent | 62ca2e2698fbd0cc94b40bdc8d355a3a5d1ea239 (diff) | |
download | utmps-48c4cf945317e6fd397a8ec4a918461fad96265f.tar.xz |
version: 0.0.2.0v0.0.2.0
utmps-wtmpd bugfix
utmps-utmpd allows utmp group to write to utmp file
Diffstat (limited to 'doc/overview.html')
-rw-r--r-- | doc/overview.html | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/overview.html b/doc/overview.html index 6860eea..d24028a 100644 --- a/doc/overview.html +++ b/doc/overview.html @@ -89,7 +89,8 @@ needs to be suid or sgid, and permissions can actually be quite fine-grained. <ul> <li> <a href="utmps-utmpd.html">utmps-utmpd</a> will allow any user to -read from the utmp database, but will only allow root to write to it. </li> +read from the utmp database, but will only allow root, or members of the +same group utmps-utmpd runs as, to write to it. </li> <li> <a href="utmps-wtmpd.html">utmps-wtmpd</a> will only allow a user to add an entry to the wtmp database if the user is root, or if the <tt>ut_user</tt> field of the added entry resolves to the user's effective |