Ver código fonte

Test is not relevant because systemd is being used

Bob Mottram 8 anos atrás
pai
commit
4a8144e335
1 arquivos alterados com 0 adições e 10 exclusões
  1. 0
    10
      src/freedombone-tests

+ 0
- 10
src/freedombone-tests Ver arquivo

1010
     output "V-38645" $? ${SETLANG}
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
     ##RHEL-06-000347
1013
     ##RHEL-06-000347
1024
     ##There must be no .netrc files on the system.
1014
     ##There must be no .netrc files on the system.
1025
 
1015