coreos / coreos-assembler

Tooling container to assemble CoreOS-like systems
https://coreos.github.io/coreos-assembler/
Apache License 2.0
347 stars 168 forks source link

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

Closed dustymabe closed 2 months ago

dustymabe commented 2 months ago

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 commented 2 months ago

ok - rebased this. should pass CI now.