Test is not relevant because systemd is being used
This commit is contained in:
parent
5881b038c7
commit
4a8144e335
|
@ -1010,16 +1010,6 @@ function test_stig {
|
|||
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
|
||||
##There must be no .netrc files on the system.
|
||||
|
||||
|
|
Loading…
Reference in New Issue