|
@@ -1010,16 +1010,6 @@ function test_stig {
|
1010
|
1010
|
output "V-38645" $? ${SETLANG}
|
1011
|
1011
|
################
|
1012
|
1012
|
|
1013
|
|
- ##RHEL-06-000346
|
1014
|
|
- ##The system default umask for daemons must be 027 or 022.
|
1015
|
|
- ##For more detial :http://unix.stackexchange.com/questions/36220/how-to-set-umask-for-a-system-user
|
1016
|
|
-
|
1017
|
|
- 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 &
|
1018
|
|
-
|
1019
|
|
- stig_spinner $!
|
1020
|
|
- output "V-38646" $? ${SETLANG}
|
1021
|
|
- ################
|
1022
|
|
-
|
1023
|
1013
|
##RHEL-06-000347
|
1024
|
1014
|
##There must be no .netrc files on the system.
|
1025
|
1015
|
|