Skip to content

feat(systemd-hardening): harden backend-status#1159

Draft
pophilpo wants to merge 2 commits intomainfrom
pophilpo/backend-status-hardening
Draft

feat(systemd-hardening): harden backend-status#1159
pophilpo wants to merge 2 commits intomainfrom
pophilpo/backend-status-hardening

Conversation

@pophilpo
Copy link
Copy Markdown
Contributor

Changes the service file of backend-status to improve our security, this PR should be only merged after changes are reflected in orb-os (new user added for backend-status service)

NoNewPrivileges=yes
ProtectHome=yes
ProtectSystem=strict
ReadOnlyPaths=/usr/persistent
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ReadOnlyPaths=/


# Drop all Linux capabilities from the bounding set; this service needs none.
# The bounding set is the hard ceiling: even if the process tries to gain a capability, it cannot.
CapabilityBoundingSet=
Copy link
Copy Markdown

@BulatAbuzarov BulatAbuzarov Apr 17, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

add
AmbientCapabilities=

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.

2 participants