Markus Linnala
Markus Linnala
You can fix this with configuration. Add: ~/.config/nvim/init.vim ``` set autowriteall ``` Or if you want to protect against crashes too, also add: ``` augroup AUTOSAVE au! autocmd InsertLeave,TextChanged,TextChangedI,FocusLost *...
It would be nice to see how others have actually implemented this control. For it to work it requires modification in /etc/pam.d/systemd-user for this to work, see: https://bugzilla.redhat.com/show_bug.cgi?id=2053098 And that...
Now updates First added `ansbile_lineinfile` feature to enforce selinux directives to be `_default`, by default this is now off. `pam_namespace` is part of login process and if it has problems,...
Do not merge. Centos 7 and maybe others exposed real issue. I used jinja trim filter, but older versions do not support to set character.
Use python methods instead of jinja filters.
"Gate / Build, Test on OpenSUSE Leap 15" seems to be temporary issue maybe. "Automatus CS9 / Run Tests" seem to fail on unrelated rules `chronyd_no_chronyc_network` and `chronyd_client_only` AFAIK
Ok, seems Automatus CS8 and maybe others are failing in Ansible remediation. Issue source is the same as I noticed above with bash remediations. Ansible remediation essentially adds/normalizes rule. But...
I'm not happy with comment strings etc. And probably there is some test issues, I just dropped all tests. Also it might be reasonable to change sshd_parameter setting block from...
Fixed issue where var_check was added unconditionally also when not having var_ref.
New tests added. more_space.pass.sh, other_key.pass.sh fail w/o fix Add fedora support.