Age | Commit message (Expand) | Author |
---|---|---|
2020-01-11 | Base: Run ProtocolServer as a separate "protocol" user | Andreas Kling |
2020-01-09 | Base: Add a "lookup" user+group that runs LookupServer | Andreas Kling |
2020-01-04 | Base: Add an "audio" group that gets to write to /dev/audio | Andreas Kling |
2020-01-04 | Base: Add a "phys" group for users with physical access | Andreas Kling |
2020-01-04 | Base: Add "tty" group and make /dev/tty* be root:tty mode 610 | Andreas Kling |
2019-01-30 | Rename the default user to "anon" and give him a home directory. | Andreas Kling |
2018-11-06 | Add getgrent() family of functions. | Andreas Kling |