Kai Lüke
Kai Lüke
The etcd2 protocol is needed, you need to configure it with `--enable-v2`. For v3 support we have an existing issue: https://github.com/flatcar/Flatcar/issues/510#issuecomment-2068633026
Can we close this as it's done https://github.com/flatcar/scripts/blob/main/PREFIX.md even if experimental?
Here a set of tools to build distro-indep. sysext from a package-manager chroot (e.g. container image): https://github.com/flatcar/sysext-bakery/pull/74 Tested with Debian and Alpine. Didn't try the `flix.sh` with nix but for...
Thanks! > Add a rule to audit rules and trigger the rule. You should see the log entry in `/var/log/audit/audit.log` Can you give the exact file name you used and...
Thanks, so the issue is that one would need to add an explicit rule to "not exclude this and that", making it harder/error prone to use, or? The change looks...
As @jepio pointed out, the rule was there because by default too much gets logged. That's also what I see when removing only this rule. In the end I think...
Yes, it's not that many log entries but still it creates a couple of lines in dmesg for every container start and one `sudo true` creates 5 lines in dmesg....
Ok, I've prepared a docs PR: https://github.com/flatcar/flatcar-docs/pull/296 But I'm still interested in having better defaults – e.g., could we maybe tweak the ignore filter to only suppress the PAM rules...
Thanks, for reaching out, I've commented in https://github.com/flatcar/Flatcar/issues/1023#issuecomment-1551432058 (On Flatcar Stable you have to create an empty file or with just comments in it, but in Flatcar Beta/Alpha it will...
Recommend to disable it or disable it by default? With Ignition v3 it's easier to set the kernel parameters now and we could document how to do this. I'm a...