diff options
Diffstat (limited to 'src/tests')
-rw-r--r-- | src/tests/test_ntp.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tests/test_ntp.py b/src/tests/test_ntp.py index 08e1b665e..c1a7f768d 100644 --- a/src/tests/test_ntp.py +++ b/src/tests/test_ntp.py @@ -198,7 +198,7 @@ class TestNtp(TestCase): # driftfile /var/lib/ntp/ntp.drift # By default, only allow ntpd to query time sources, ignore any incoming requests - restrict default noquery nopeer notrap nomodify + restrict default noquery nopeer notrap nomodify noquery notrust # Local users have unrestricted access, allowing reconfiguration via ntpdc restrict 127.0.0.1 restrict -6 ::1 |