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

mantle: move kolet binary location to /usr/local/bin #3888

Merged
merged 2 commits into from
Sep 24, 2024

Commits on Sep 24, 2024

  1. mantle: move kolet binary location to /usr/local/bin

    I'm writing a test that verifies files on the filesystem
    in CoreOS machinges match the SELinux policy. Placing
    kolet in `/var/home/core/kolet` with a `bin_t` context
    is a violation of this. Let's use /usr/local/bin/. This
    has the side effect of the file having the right `bin_t`
    context as soon as it is created.
    dustymabe committed Sep 24, 2024
    Configuration menu
    Copy the full SHA
    21a9642 View commit details
    Browse the repository at this point in the history
  2. mantle/kola: Drop DropLabeledFile()

    After the last commit there are no users of this.
    dustymabe committed Sep 24, 2024
    Configuration menu
    Copy the full SHA
    df5b3c1 View commit details
    Browse the repository at this point in the history