Test is not relevant because systemd is being used

This commit is contained in:
Bob Mottram 2017-06-26 15:26:25 +01:00
parent 5881b038c7
commit 4a8144e335
1 changed files with 0 additions and 10 deletions

View File

@ -1010,16 +1010,6 @@ function test_stig {
output "V-38645" $? ${SETLANG} output "V-38645" $? ${SETLANG}
################ ################
##RHEL-06-000346
##The system default umask for daemons must be 027 or 022.
##For more detial :http://unix.stackexchange.com/questions/36220/how-to-set-umask-for-a-system-user
sed -e '/^#/d' -e '/^[ \t][ \t]*#/d' -e 's/#.*$//' -e '/^$/d' /etc/init.d/rc | grep -i "umask.*027\|umask.*022" >/dev/null 2>&1 &
stig_spinner $!
output "V-38646" $? ${SETLANG}
################
##RHEL-06-000347 ##RHEL-06-000347
##There must be no .netrc files on the system. ##There must be no .netrc files on the system.