From 7853fd35cf7be727f05238851a0e040cbbe56b28 Mon Sep 17 00:00:00 2001
From: David Mondou <David.Mondou@rigado.com>
Date: Mon, 8 May 2017 16:10:59 -0700
Subject: [PATCH] Add more restrictions to ntpd.conf

---
 recipes-support/ntp/files/ntp.conf | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/recipes-support/ntp/files/ntp.conf b/recipes-support/ntp/files/ntp.conf
index d6262a0..c7e473a 100644
--- a/recipes-support/ntp/files/ntp.conf
+++ b/recipes-support/ntp/files/ntp.conf
@@ -13,4 +13,5 @@ server 2.us.pool.ntp.org iburst
 server 3.us.pool.ntp.org iburst
 
 # Defining a default security setting
-restrict default
+restrict default nomodify nopeer noquery
+restrict 127.0.0.1
-- 
GitLab