Describe the bug
The linux capabilities described at https://devenv.sh/guides/migrating-to-2.0/#elevated-processes don't work as expected:
{
processes.server.linux.capabilities = [ "net_bind_service" ];
}
To reproduce
I tried net_bind_service (like in the migration guide) and cap_net_bind_service, also I tried cap_net_admin which I found at https://devenv.sh/reference/options/#processesnamelinuxcapabilities - all with the same result:
Error: loading initial config: loading new config: http app module: start: listening on :443: listen tcp :443: bind: permission denied
Changing the configured URL to http://test.localhost:8000/ works correctly.
Version
devenv 2.0.2+7d32628 (x86_64-linux)
Describe the bug
The linux capabilities described at https://devenv.sh/guides/migrating-to-2.0/#elevated-processes don't work as expected:
To reproduce
devenv initdevenv.nixfrom https://gist.github.com/RafaelKr/13bcc4e7cd68c20f879e34845139936aI tried
net_bind_service(like in the migration guide) andcap_net_bind_service, also I triedcap_net_adminwhich I found at https://devenv.sh/reference/options/#processesnamelinuxcapabilities - all with the same result:Error: loading initial config: loading new config: http app module: start: listening on :443: listen tcp :443: bind: permission deniedChanging the configured URL to http://test.localhost:8000/ works correctly.
Version
devenv 2.0.2+7d32628 (x86_64-linux)