瀏覽代碼

Test is not relevant because systemd is being used

Bob Mottram 8 年之前
父節點
當前提交
4a8144e335
共有 1 個檔案被更改,包括 0 行新增10 行删除
  1. 0
    10
      src/freedombone-tests

+ 0
- 10
src/freedombone-tests 查看文件

@@ -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