spacecookie v0.2.1.2 Release Notes
Release Date: 2020-05-13 // over 4 years ago-
🛠 Fix build by adjusting dependency constraints.
Previous changes from v0.2.1.1
-
- Server
- Make
user
parameter in config optional. If it is not given or set tonull
,spacecookie
won't attempt to change its UID and GID. This is especially useful, if socket activation is used. In that case it is not necessary to start spacecookie asroot
since systemd sets up the socket, sospacecookie
can be already started by the right user and doesn't need to change UID. - Example Systemd config files
SocketMode
is now660
instead of default666
.- Set
User
andGroup
forspacecookie.service
as well. - Set
"user": null
inspacecookie.json
- Make
- Library
- Fixed issue that led to
runGopher*
trying to change UID even if it wasn't possible (not running as root). This especially affected thespacecookie
server, sincecRunUserName
would always beJust
. - Made logging related to
dropPrivileges
clearer.
- Fixed issue that led to
- Server