Markus Linnala
Markus Linnala
Remediations fail with my new tests. Probably it can not remove wrong rules. Wrong audit rules are reasonably possible if admin creates them by hand and typos gid/uid etc. I...
Rebased and added requested modifications as separate commits.
I've submitted pr #28 with most of minor issues as there is conflicts. I have this numpy patch, but it is against #28 and is mainly not changed from here....
After some testing and study of issues show, my conclusion is that I did not fully understand package handling in this project. Maybe there is some bits here that can...
"Gate / Build, Test on OpenSUSE Leap 15" seems to be temporary issue
It seems there is at least some kind of issue of tests and build system change to ninja. ``` :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: :: Run upstream test suite against installed openscap :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: ::...
Okay, this is possible with systemd tools, "quite simply" by utilizing ```systemd-run --pty```. Trick here is to close STDIN for systemd-run so it does not wait to close PTY's. Using...
Two test enva failed at `Start 199: probes/fwupdsecattr/test_probes_fwupdsecattr_mock.sh`. I don't see connection with this patchset and that tests.
Changed test to use flagfile instead of user. Also fixed `assert` `fail_msg` -> `msg` to support older ansible versions.
Decided to split test backup / restore from main commit and some commit message fixes. Also changed test as testing with `sshd_config_file` caused problems with other distros than Fedora and...