V8.00.000.2025.06.17
All checks were successful
🛡️ Shell Script Linting / 🛡️ Shell Script Linting (push) Successful in 1m17s

Signed-off-by: Marc S. Weidner <msw@coresecret.dev>
This commit is contained in:
2025-09-17 09:41:48 +02:00
parent 9b3bc648fd
commit 0b4ec1978e
2 changed files with 2 additions and 2 deletions

View File

@@ -691,7 +691,7 @@ software:
# ssh # ssh
# #
############################################################################################################################## ##############################################################################################################################
### Installed by 4480_hardening_virus.sh ### Installed by 4490_hardening_virus.sh
############################################################################################################################## ##############################################################################################################################
# chkrootkit # chkrootkit
# clamav # clamav

View File

@@ -755,8 +755,8 @@ if grep -Eq '^[[:space:]]*account[[:space:]]+required[[:space:]]+pam_access[.]so
' /etc/pam.d/sshd >| "${tmp}" ' /etc/pam.d/sshd >| "${tmp}"
test -s "${tmp}" test -s "${tmp}"
mv -f "${tmp}" /etc/pam.d/sshd mv -f "${tmp}" /etc/pam.d/sshd
rm -f "${tmp}" || :
fi fi
rm -f "${tmp}" || :
: :
EOF EOF