Skip to content

Commit 120309b

Browse files
committed
Merge remote-tracking branch 'origin/main' into stevenmasley/http_write_lint
2 parents 56885dd + 37f9dff commit 120309b

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.gitignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@ node_modules
1313
vendor
1414
.eslintcache
1515
yarn-error.log
16-
gotests.xml
1716
gotests.coverage
1817
.idea
1918
.DS_Store

coder.service

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ ProtectSystem=full
1616
PrivateTmp=yes
1717
PrivateDevices=yes
1818
SecureBits=keep-caps
19-
AmbientCapabilities=CAP_IPC_LOCK
19+
AmbientCapabilities=CAP_IPC_LOCK CAP_NET_BIND_SERVICE
2020
CacheDirectory=coder
2121
CapabilityBoundingSet=CAP_SYSLOG CAP_IPC_LOCK CAP_NET_BIND_SERVICE
2222
KillSignal=SIGINT

0 commit comments

Comments
 (0)