Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[OPS-1161] Add withHardeningProfile helper #158

Merged
merged 1 commit into from
Mar 13, 2024

Commits on Mar 5, 2024

  1. [OPS-1161] Add withHardeningProfile helper

    Problem: We want to harden our systemd services by using previously
    defined profiles, so we need a way to easily apply them to our systemd
    service configurations.
    
    Solution: Add withHardeningProfile helper, remove DeviceAllow from
    profiles, because it is used incorrectly (systemd complains and skips
    this option), and the semantics of this use is already covered by PrivateDevices.
    Sereja313 committed Mar 5, 2024
    Configuration menu
    Copy the full SHA
    048a0ad View commit details
    Browse the repository at this point in the history