Skip to content

Commit

Permalink
Merge pull request #136 from razo7/read-only-pod-fs
Browse files Browse the repository at this point in the history
Limit Access to the pod's Root File System
  • Loading branch information
openshift-merge-bot[bot] authored Dec 11, 2024
2 parents 280dbc2 + 58dd50a commit 2bbe58f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -283,6 +283,7 @@ spec:
capabilities:
drop:
- ALL
readOnlyRootFilesystem: true
priorityClassName: system-cluster-critical
securityContext:
runAsNonRoot: true
Expand Down
1 change: 1 addition & 0 deletions config/manager/manager.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,7 @@ spec:
name: manager
securityContext:
allowPrivilegeEscalation: false
readOnlyRootFilesystem: true
capabilities:
drop:
- "ALL"
Expand Down

0 comments on commit 2bbe58f

Please sign in to comment.