Skip to content

Commit 813ed42

Browse files
committed
Add more capabilities for systemd
Signed-off-by: Kristoffer Dalby <kristoffer@tailscale.com>
1 parent a71cc81 commit 813ed42

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,12 @@
44

55
### Changes
66

7+
## 0.22.1 (2023-04-20)
8+
9+
### Changes
10+
11+
- Fix issue where SystemD could not bind to port 80 [#1365](https://github.com/juanfont/headscale/pull/1365)
12+
713
## 0.22.0 (2023-04-20)
814

915
### Changes

docs/packaging/headscale.systemd.service

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ WorkingDirectory=/var/lib/headscale
1616
ReadWritePaths=/var/lib/headscale /var/run
1717

1818
AmbientCapabilities=CAP_NET_BIND_SERVICE CAP_CHOWN
19-
CapabilityBoundingSet=CAP_CHOWN
19+
CapabilityBoundingSet=CAP_NET_BIND_SERVICE CAP_CHOWN
2020
LockPersonality=true
2121
NoNewPrivileges=true
2222
PrivateDevices=true

0 commit comments

Comments
 (0)