Skip to content

Commit a5afe4b

Browse files
kradalbyjuanfont
authored andcommitted
Add more capabilities for systemd
Signed-off-by: Kristoffer Dalby <kristoffer@tailscale.com>
1 parent a71cc81 commit a5afe4b

2 files changed

Lines changed: 7 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
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

Lines changed: 1 addition & 1 deletion
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)