Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion charts/shield/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,5 @@ maintainers:
- name: mavimo
email: [email protected]
type: application
version: 1.21.2
version: 1.21.3
appVersion: "1.0.0"
2 changes: 2 additions & 0 deletions charts/shield/templates/host/_helpers.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -201,6 +201,8 @@ capabilities:
allowPrivilegeEscalation: false
seccompProfile:
type: Unconfined
seLinuxOptions:
type: control_t
capabilities:
drop:
- ALL
Expand Down
2 changes: 2 additions & 0 deletions charts/shield/tests/host/daemonset_test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,8 @@ tests:
allowPrivilegeEscalation: false
seccompProfile:
type: Unconfined
seLinuxOptions:
type: control_t
capabilities:
drop:
- ALL
Expand Down
2 changes: 2 additions & 0 deletions charts/shield/tests/host/security_context_test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,8 @@ tests:
allowPrivilegeEscalation: false
seccompProfile:
type: Unconfined
seLinuxOptions:
type: control_t
- isNotSubset:
path: spec.template.spec.containers[?(@.name == "sysdig-host-shield")].securityContext
content:
Expand Down
Loading