mirror of
https://github.com/RGBCube/serenity
synced 2025-05-20 03:25:07 +00:00

To keep track of ongoing terminal sessions, we now have a sort-of traditional /var/run/utmp file, like other Unix systems. Unlike other Unix systems however, ours is of course JSON. :^) The /bin/utmpupdate program is used to update the file, which is not writable by regular user accounts. This helper program is set-GID "utmp".
14 lines
269 B
Text
14 lines
269 B
Text
root:x:0:
|
|
wheel:x:1:anon
|
|
tty:x:2:
|
|
phys:x:3:window,anon
|
|
audio:x:4:anon
|
|
utmp:x:5:
|
|
lookup:x:10:protocol,anon
|
|
protocol:x:11:webcontent,anon
|
|
notify:x:12:anon
|
|
window:x:13:anon,notify
|
|
clipboard:x:14:anon,notify
|
|
webcontent:x:15:anon
|
|
image:x:16:anon,webcontent
|
|
users:x:100:anon
|