Skip to content

Commit 5ebac19

Browse files
authored
Merge pull request #354 from JonBruchim/add_fsgroup
cdp: add fsGroup as nobody group
2 parents 549ff6e + 795066c commit 5ebac19

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

helm-charts/falcon-sensor/templates/daemonset.yaml

+5
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,11 @@ spec:
8585
{{- toYaml . | nindent 10 }}
8686
{{- end }}
8787
{{- end }}
88+
# We add nobody fsGroup to allow default projected service account to be readable
89+
# by extensibility processes (that run in a user namespace).
90+
# It is set as supplemental group for any process in the container.
91+
securityContext:
92+
fsGroup: 65534
8893
initContainers:
8994
# This init container creates empty falconstore file so that when
9095
# it's mounted into the sensor-node-container, k8s would just use it

0 commit comments

Comments
 (0)