We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 56885dd + 37f9dff commit 120309bCopy full SHA for 120309b
.gitignore
@@ -13,7 +13,6 @@ node_modules
13
vendor
14
.eslintcache
15
yarn-error.log
16
-gotests.xml
17
gotests.coverage
18
.idea
19
.DS_Store
coder.service
@@ -16,7 +16,7 @@ ProtectSystem=full
PrivateTmp=yes
PrivateDevices=yes
SecureBits=keep-caps
-AmbientCapabilities=CAP_IPC_LOCK
+AmbientCapabilities=CAP_IPC_LOCK CAP_NET_BIND_SERVICE
20
CacheDirectory=coder
21
CapabilityBoundingSet=CAP_SYSLOG CAP_IPC_LOCK CAP_NET_BIND_SERVICE
22
KillSignal=SIGINT
0 commit comments