Bob Mottram 8 lat temu
rodzic
commit
b872f429c6
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1
    1
      src/freedombone-tests

+ 1
- 1
src/freedombone-tests Wyświetl plik

558
 
558
 
559
     if [ -a /proc/net/if_inet6 ];then
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
         stig_spinner $!
563
         stig_spinner $!
564
         output "V-38548" $? ${SETLANG}
564
         output "V-38548" $? ${SETLANG}