From 2006677a2288c76b761d721acff526c51decf734 Mon Sep 17 00:00:00 2001 From: Jason Ertel Date: Fri, 15 Jan 2021 20:08:19 -0500 Subject: [PATCH] Add default customization file (Blank) --- salt/soc/files/soc/custom.js | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 salt/soc/files/soc/custom.js diff --git a/salt/soc/files/soc/custom.js b/salt/soc/files/soc/custom.js new file mode 100644 index 000000000..b23b7c36b --- /dev/null +++ b/salt/soc/files/soc/custom.js @@ -0,0 +1,24 @@ +// Copyright 2019 Jason Ertel (jertel). All rights reserved. +// Copyright 2021 Security Onion Solutions, LLC. All rights reserved. +// +// This program is distributed under the terms of version 2 of the +// GNU General Public License. See LICENSE for further details. +// +// This program is distributed in the hope that it will be useful, +// but WITHOUT ANY WARRANTY; without even the implied warranty of +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. + +/* + + *** WARNING *** WARNING *** WARNING *** + + Future upgrades of Security Onion are NOT guaranteed to work + with any content added to this file. Knowing this, it is strongly + suggested to avoid and/or minimize the extent of any + content placed here so that upgrading to newer version of + Security Onion do not become a burden. + + Example: + + i18n.translations["en-US"].loginHeader = "Unauthorized use of this computer system is prohibited..."; +*/