OpenPKG CVS Repository
http://cvs.openpkg.org/
____________________________________________________________________________
Server: cvs.openpkg.org Name: Ralf S. Engelschall
Root: /v/openpkg/cvs Email: [EMAIL PROTECTED]
Module: openpkg-src Date: 19-Jul-2008 14:20:45
Branch: HEAD Handle: 2008071913204500
Modified files:
openpkg-src/ntp ntp.conf
Log:
because we want to update the local system clock we cannot restrict
everything (as it applies also to ourself), but a little bit more
restriction is still possible
Summary:
Revision Changes Path
1.6 +2 -1 openpkg-src/ntp/ntp.conf
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/ntp/ntp.conf
============================================================================
$ cvs diff -u -r1.5 -r1.6 ntp.conf
--- openpkg-src/ntp/ntp.conf 19 Jul 2008 11:56:55 -0000 1.5
+++ openpkg-src/ntp/ntp.conf 19 Jul 2008 12:20:45 -0000 1.6
@@ -16,5 +16,6 @@
server pool.ntp.org iburst
# restrictions
-restrict default
+restrict default limited noquery nomodify notrap nopeer
+restrict 127.0.0.0 mask 255.0.0.0
@@ .
______________________________________________________________________
OpenPKG http://openpkg.org
CVS Repository Commit List [email protected]