December 12, 2024
- Bump dependencies for CVE-2024-45337.
- See also golang/go#70779.
January 17, 2024
- Added an experimental (may have breaking changes in v1.x if necessary)
-experimental-drop-privileges
flag which is only available when running on gokrazy. After reading configuration and opening network listeners, consrv will:- chroot the process into an empty directory
- set user and group to nobody/nobody
Thank you @bdd for the contribution.
July 20, 2023
- Ability to log device serial console to stdout.
- Support for enumerating
/dev/ttyACM*
devices.
April 15, 2022
First stable release!