xnoguer

Results 10 issues of xnoguer

- This PR closes issue #1275 - Tested in Debian 11 and Debian 10.

Proposed fix for issue 1360. Tested for PHP 8.2

This PR fixes the warning reported in this comment: https://github.com/CISOfy/lynis/pull/1386#issuecomment-1603145093

I added a new test (id MALW-3291) in order to solve issue 1322. This is related to issue 994. A few notes: - I could have just considered whether MDATPBINARY...

- This PR closes #1280 - Spent sometime trying to get ypbind up and running but couldn't. So this is not tested.

Pull request that fixes issues 1325 and 1276. It checks /sys/block/*/queue/scheduler, and sets LINUX_KERNEL_IOSCHED with the scheduler of the last block device checked. A few observations: - Was tested in...

This pull request just adds the name of the latest package (libpam-passwdqc) for checking password strength used in Debian and Ubuntu distributions. Solves issue https://github.com/CISOfy/lynis/issues/1354 Run test AUTH-9262 with and...

This pull request fixes issue 1367: https://github.com/CISOfy/lynis/issues/1367 Tested on: - Debian 11, kernel 5.10.0. Failure and success. - Ubuntu 19.04, kernel 5.0, which skipped the test because on minor version...

When running lynis audit system as a non-privileged user, and assuming dockerd running as root, lynis will report an ERROR por Docker status but will report NONE for "Docker info...

Making sure that the "Security check failed" message is also shown when running in non-privileged mode (not root). A few notes: - I included data_upload among the 6 files to...