|
@@ -119,6 +119,11 @@ Check_content: Verify the SSH private host key files have mode "0600" or less pe
|
119
|
119
|
printf '\n######################\n\nThis system is not intended to support graphical output\n\n######################\n\n' >> $LOG
|
120
|
120
|
fi
|
121
|
121
|
;;
|
|
122
|
+ SV-86724r2_rule) log_msg $2 'Dont allow pam_python.'
|
|
123
|
+ if [ $2 -ne 0 ];then
|
|
124
|
+ printf '\n######################\n\npam_python within /etc/pam.d/sshd could indicate a possible attack on ssh logins.\n\n######################\n\n' >> $LOG
|
|
125
|
+ fi
|
|
126
|
+ ;;
|
122
|
127
|
V-38455) if [ "$3" = "en" ]; then
|
123
|
128
|
log_msg $2 'The system must use a separate file system for /tmp.'
|
124
|
129
|
else
|