From 1d33c219de18be8da5c4f0b97de2ac0da1a907b9 Mon Sep 17 00:00:00 2001 From: "Kevin P. Fleming" Date: Mon, 26 Dec 2022 08:09:46 -0500 Subject: [PATCH] CAP_NET_BIND_SERVICE is not required, as the default ports are 8000 and 3012 --- Setup-as-a-systemd-service.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/Setup-as-a-systemd-service.md b/Setup-as-a-systemd-service.md index c4ed72a..f494c22 100644 --- a/Setup-as-a-systemd-service.md +++ b/Setup-as-a-systemd-service.md @@ -46,8 +46,6 @@ ProtectSystem=strict # Only allow writes to the following directory and set it to the working directory (user and password data are stored here) WorkingDirectory=/var/lib/vaultwarden ReadWriteDirectories=/var/lib/vaultwarden -# Allow vaultwarden to bind ports in the range of 0-1024 -AmbientCapabilities=CAP_NET_BIND_SERVICE [Install] WantedBy=multi-user.target