Skip to content

Commit

Permalink
Adding Restriction on Security Context so that unshare calls are not …
Browse files Browse the repository at this point in the history
…allowed

Signed-off-by: Shoaeb Jindani <[email protected]>
  • Loading branch information
Shoaeb Jindani committed Feb 9, 2024
1 parent 3d81bc4 commit 474c78b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions definitions/console/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,8 @@ spec:
ephemeral-storage: 100M
memory: 1000Mi
securityContext:
seccompProfile:
type: RuntimeDefault
allowPrivilegeEscalation: false
capabilities:
add:
Expand Down

0 comments on commit 474c78b

Please sign in to comment.