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.
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 abin_t
context is a violation of this. Let's use /usr/local/bin/. This has the side effect of the file having the rightbin_t
context as soon as it is created.