From 996f5154f0e0c0b9543f1ae364ac1b7988f8e017 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ond=C5=99ej=20Sur=C3=BD?= Date: Fri, 23 Feb 2018 10:06:35 +0100 Subject: [PATCH] Revert removal of bin/tests/system/common/controls.conf, it's still needed --- bin/tests/system/common/controls.conf | 19 +++++++++++++++++++ util/copyrights | 1 + 2 files changed, 20 insertions(+) create mode 100644 bin/tests/system/common/controls.conf diff --git a/bin/tests/system/common/controls.conf b/bin/tests/system/common/controls.conf new file mode 100644 index 0000000000..6ab7cdce89 --- /dev/null +++ b/bin/tests/system/common/controls.conf @@ -0,0 +1,19 @@ +/* + * Copyright (C) 2000, 2001, 2004, 2007, 2013, 2016, 2018 Internet Systems Consortium, Inc. ("ISC") + * + * This Source Code Form is subject to the terms of the Mozilla Public + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, You can obtain one at http://mozilla.org/MPL/2.0/. + */ + +/* $Id: controls.conf,v 1.6 2007/06/19 23:47:01 tbox Exp $ */ + +key rndc_key { + secret "1234abcd8765"; + algorithm hmac-sha256; +}; + +controls { + inet 10.53.0.2 port 9953 allow { any; } keys { rndc_key; }; +}; + diff --git a/util/copyrights b/util/copyrights index dd1be64926..b9b17b5234 100644 --- a/util/copyrights +++ b/util/copyrights @@ -1044,6 +1044,7 @@ ./bin/tests/system/clean.sh SH 2015,2016,2018 ./bin/tests/system/cleanall.sh SH 2000,2001,2004,2007,2012,2014,2015,2016,2017,2018 ./bin/tests/system/cleanpkcs11.sh SH 2010,2012,2014,2016 +./bin/tests/system/common/controls.conf CONF-C 2000,2001,2004,2007,2013,2016,2018 ./bin/tests/system/common/controls.conf.in CONF-C 2000,2001,2004,2007,2013,2016,2018 ./bin/tests/system/common/rndc.conf CONF-C 2000,2001,2004,2007,2013,2016 ./bin/tests/system/common/rndc.key CONF-C 2011,2013,2016