From aee27141f4c002306e9a4bf44dc4f9618a5fae62 Mon Sep 17 00:00:00 2001 From: Nikhil Ashoka Date: Thu, 27 Jan 2022 19:10:31 +0530 Subject: Security Panel add additional features Added RTAD under Network interfaces Added VirtualTPM under Network services Removed the sub-headings in Policies page Signed-off-by: Nikhil Ashoka Change-Id: I6290362cecdfe7f8cd7bfde20fcaca88b6bc2c09 --- src/locales/en-US.json | 17 ++++++++++++++--- 1 file changed, 14 insertions(+), 3 deletions(-) (limited to 'src/locales') diff --git a/src/locales/en-US.json b/src/locales/en-US.json index f29ba0e9..ddc556df 100644 --- a/src/locales/en-US.json +++ b/src/locales/en-US.json @@ -714,7 +714,8 @@ "pagePolicies": { "ipmi": "Network IPMI (out-of-band IPMI)", "ipmiDescription": "Allow remote management of the platform via IPMI. Tools such as ipmitool require this setting to be enabled.", - "networkServices": "Network services", + "rtad": "RTAD", + "rtadDescription": "This option enables or disables the Remote Trusted Attestation Daemon for host firmware", "ssh": "BMC shell (via SSH)", "sshDescription": "Allow access to shell sessions via SSH, through port 22 on the BMC.", "modal": { @@ -730,13 +731,23 @@ "toast": { "errorIpmiDisabled": "Error disabling IPMI security setting.", "errorIpmiEnabled": "Error enabling IPMI security setting.", + "errorRtadDisabled": "Error disabling RTAD security setting.", + "errorRtadEnabled": "Error enabling RTAD security setting.", "errorSshDisabled": "Error disabling SSH security setting.", "errorSshEnabled": "Error enabling SSH security setting.", + "errorVtpmDisabled": "Error disabling VitualTPM security setting.", + "errorVtpmEnabled": "Error enabling VitualTPM security setting.", "successIpmiDisabled": "Successfully disabled IPMI security setting.", "successIpmiEnabled": "Successfully enabled IPMI security setting.", + "successRtadDisabled": "Successfully disabled RTAD security setting.", + "successRtadEnabled": "Successfully enabled RTAD security setting.", "successSshDisabled": "Successfully disabled SSH security setting.", - "successSshEnabled": "Successfully enabled SSH security setting." - } + "successSshEnabled": "Successfully enabled SSH security setting.", + "successVtpmDisabled": "Successfully disabled VitualTPM security setting.", + "successVtpmEnabled": "Successfully enabled VitualTPM security setting." + }, + "vtpm": "VirtualTPM", + "vtpmDescription": "Enabling vTPM makes a TPM available to the guest operating system." }, "pagePower": { "description": "Set a power cap to keep power consumption at or below the specified value in watts", -- cgit v1.2.3