Skip to content

(chore): harden initialization container#1669

Merged
gianlucam76 merged 1 commit intoprojectsveltos:mainfrom
gianlucam76:hardening
Mar 29, 2026
Merged

(chore): harden initialization container#1669
gianlucam76 merged 1 commit intoprojectsveltos:mainfrom
gianlucam76:hardening

Conversation

@gianlucam76
Copy link
Copy Markdown
Member

  1. Privilege Escalation: Explicitly set allowPrivilegeEscalation: false to prevent the container process from gaining more privileges than its parent.
  2. Capabilities Drop: Added capabilities.drop: ["ALL"] to strip all default Linux capabilities.

Part of 175

1. Privilege Escalation: Explicitly set `allowPrivilegeEscalation: false`
to prevent the container process from gaining more privileges than
its parent.
2. Capabilities Drop: Added `capabilities.drop: ["ALL"]` to strip all
default Linux capabilities.
@gianlucam76 gianlucam76 merged commit e714f88 into projectsveltos:main Mar 29, 2026
8 checks passed
@gianlucam76 gianlucam76 deleted the hardening branch March 29, 2026 18:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant