Update static motd
Configure static motd so it mentions Computer Misuse Act.
This also a part of work for CIS compliance as it requres
static motd.
Change-Id: Ibb904bf01ce8730f3e1e9ea8dfc5654320e8b3f8
Related-Prod: PROD-18882
Related-Prod: PROD-19533
diff --git a/linux/system/motd/static.yml b/linux/system/motd/static.yml
index 774abc6..c0e23c0 100644
--- a/linux/system/motd/static.yml
+++ b/linux/system/motd/static.yml
@@ -1,12 +1,20 @@
parameters:
+ _param:
+ motd_company_name: COMPANY_NAME
linux:
system:
motd: |
- WARNING: This is private network
- Unauthorized access is strictly prohibited
+ =================================== WARNING ====================================
+ You have accessed a computer managed by ${_param:motd_company_name}.
+ You are required to have authorisation from ${_param:motd_company_name}
+ before you proceed and you are strictly limited to use set out within that
+ authorisation. Unauthorised access to or misuse of this system is prohibited
+ and constitutes an offence under the Computer Misuse Act 1990.
+ If you disclose any information obtained through this system without
+ authority ${_param:motd_company_name} may take legal action against you.
+ ================================================================================
------------------------------------------------------
Hostname | ${linux:system:name}
Domain | ${linux:system:domain}
------------------------------------------------------
-