Bob Mottram 8 年 前
コミット
b872f429c6
共有1 個のファイルを変更した1 個の追加1 個の削除を含む
  1. 1
    1
      src/freedombone-tests

+ 1
- 1
src/freedombone-tests ファイルの表示

@@ -558,7 +558,7 @@ function test_stig {
558 558
 
559 559
     if [ -a /proc/net/if_inet6 ];then
560 560
 
561
-        bash $STIG_TESTS_DIR/check-sysctl.sh  net.ipv6.conf.default.accept_redirects ne 0 >/dev/null 2>&1 &
561
+        bash $STIG_TESTS_DIR/check-sysctl.sh  net.ipv6.conf.default.accept_redirects ne 1 >/dev/null 2>&1 &
562 562
 
563 563
         stig_spinner $!
564 564
         output "V-38548" $? ${SETLANG}