Skip to content

Commit

Permalink
Merge pull request #135 from brancz/seccomp
Browse files Browse the repository at this point in the history
Set securityContext.seccompProfile.type to RuntimeDefault
  • Loading branch information
metalmatze authored May 31, 2023
2 parents 02e343a + b7f6981 commit 5698c89
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions grafana/grafana.libsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -335,6 +335,7 @@ function(params) {
capabilities: { drop: ['ALL'] },
allowPrivilegeEscalation: false,
readOnlyRootFilesystem: true,
seccompProfile: { type: 'RuntimeDefault' },
},
};

Expand Down

0 comments on commit 5698c89

Please sign in to comment.