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

Allow bootstrap containers to manage network configuration #2558

Merged
merged 3 commits into from
Nov 10, 2022

Commits on Nov 7, 2022

  1. selinux-policy: Add control_t to network_s

    Allows bootstrap containers to manage network configuration.
    jpculp committed Nov 7, 2022
    Configuration menu
    Copy the full SHA
    81d612e View commit details
    Browse the repository at this point in the history

Commits on Nov 8, 2022

  1. netdog: Add alternative net.toml location

    Allows bootstrap containers to override network configuration by writing
    `net.toml` to an alternative location, `/var/lib/netdog/`, which takes
    precedence over the default `/var/lib/bottlerocket/net.toml`.
    jpculp committed Nov 8, 2022
    Configuration menu
    Copy the full SHA
    4fc866d View commit details
    Browse the repository at this point in the history
  2. netdog: Fix clippy warnings

    jpculp committed Nov 8, 2022
    Configuration menu
    Copy the full SHA
    962bf0d View commit details
    Browse the repository at this point in the history