Miha Purg
Miha Purg
Hey @jan-cerny , good work with the original fix which solves the main issue of not enumerating non-local accounts. I expanded it a bit to also work on Ubuntu in...
We need to rethink this as the proposed solution is not applicable to server image of Ubuntu 22.04.
> LGTM, maybe you can use the occasion to minimize the duplication as much as possible, say doing something like : > > ``` > #!/bin/sh > > per_user_shell_procedure() {...
@teacup-on-rockingchair please check out the proposed solution
I did some testing on this. While both implementations give the correct result, I feel that the original implementation (setting the banner in `/etc/dconf/...`) is superior as it: - takes...
Slightly unrelated, but after looking at the OVAL, it seems that it passes when 'server/poll' directives are missing in the config files (or the config files are not present at...
Hi @marcofortina , looks like this rule was changed in CIS v2.0.0 to not allow `/bin/false`: 5.4.2.7 Ensure system accounts do not have a valid login shell That said, since...
Sounds good, thanks for the prompt response!