Skip to content

Commit de0336c

Browse files
committed
Drop all capabilities by default in independent agents
1 parent c2ff98b commit de0336c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

internal/agentdeployer/_static/docker-agent-base.yml.tmpl

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,8 @@ services:
1818
- {{ . }}
1919
{{- end }}
2020
{{ end }}
21+
cap_drop:
22+
- ALL
2123
environment:
2224
- FLEET_ENROLL=1
2325
- FLEET_URL=https://fleet-server:8220

0 commit comments

Comments
 (0)