Skip to content

processes.server.linux.capabilities don't work #2545

@RafaelKr

Description

@RafaelKr

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)

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Type

No type
No fields configured for issues without a type.

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions