|
|
From 383c67ef13d6a7060b3ed249804f0948e667510f Mon Sep 17 00:00:00 2001
|
|
|
From: tigro <tigro@msvsphere-os.ru>
|
|
|
Date: Tue, 2 Apr 2024 16:50:30 +0300
|
|
|
Subject: [PATCH] Added support GOST and PAM-GOST profiles for crypto-policies
|
|
|
in the UI interface
|
|
|
|
|
|
---
|
|
|
pkg/systemd/overview-cards/cryptoPolicies.jsx | 7 +++++
|
|
|
po/ru.po | 28 +++++++++++++++++++
|
|
|
2 files changed, 35 insertions(+)
|
|
|
|
|
|
diff --git a/pkg/systemd/overview-cards/cryptoPolicies.jsx b/pkg/systemd/overview-cards/cryptoPolicies.jsx
|
|
|
index 4da83868b..acbfaef3f 100644
|
|
|
--- a/pkg/systemd/overview-cards/cryptoPolicies.jsx
|
|
|
+++ b/pkg/systemd/overview-cards/cryptoPolicies.jsx
|
|
|
@@ -121,6 +121,13 @@ const CryptoPolicyDialog = ({
|
|
|
</Flex>),
|
|
|
"FIPS:OSPP": _("FIPS with further Common Criteria restrictions."),
|
|
|
FUTURE: _("Protects from anticipated near-term future attacks at the expense of interoperability."),
|
|
|
+ "DEFAULT:GOST": _("DEFAULT with GOST algorithms enabled."),
|
|
|
+ "DEFAULT:PAM-GOST": _("DEFAULT with GOST password hashing based on minimal auth profile."),
|
|
|
+ "DEFAULT:GOST:PAM-GOST": _("DEFAULT with GOST and GOST password hashing based on minimal auth profile."),
|
|
|
+ "DEFAULT:GOST:SSSD-PAM-GOST": _("DEFAULT with GOST and GOST password hashing based on sssd auth profile."),
|
|
|
+ "DEFAULT:PATCH-PAM-GOST": _("DEFAULT with GOST password hashing based on patch for custom configs."),
|
|
|
+ "GOST-ONLY": _("GOST algorithms allowed only."),
|
|
|
+ "GOST-ONLY-PAM": _("GOST algorithms allowed only with GOST pass hashing."),
|
|
|
};
|
|
|
|
|
|
const policies = Object.keys(cryptopolicies)
|
|
|
diff --git a/po/ru.po b/po/ru.po
|
|
|
index df7e755b5..2ceb4d063 100644
|
|
|
--- a/po/ru.po
|
|
|
+++ b/po/ru.po
|
|
|
@@ -2438,6 +2438,34 @@ msgstr "Настраиваемые зоны"
|
|
|
msgid "DEFAULT with SHA-1 signature verification allowed."
|
|
|
msgstr ""
|
|
|
|
|
|
+#: pkg/systemd/overview-cards/cryptoPolicies.jsx:124
|
|
|
+msgid "DEFAULT with GOST algorithms enabled."
|
|
|
+msgstr "Профиль по умолчанию, с добавлением поддержки ГОСТ алгоритмов"
|
|
|
+
|
|
|
+#: pkg/systemd/overview-cards/cryptoPolicies.jsx:125
|
|
|
+msgid "DEFAULT with GOST password hashing based on minimal auth profile."
|
|
|
+msgstr "Профиль по умолчанию, с добавлением поддержки хэшей паролей по ГОСТ 34.11-2012 на базе профиля авторизации minimal"
|
|
|
+
|
|
|
+#: pkg/systemd/overview-cards/cryptoPolicies.jsx:126
|
|
|
+msgid "DEFAULT with GOST and GOST password hashing based on minimal auth profile."
|
|
|
+msgstr "Профиль по умолчанию, с добавлением поддержки ГОСТ и хэшей паролей по ГОСТ 34.11-2012 на базе профиля авторизации minimal"
|
|
|
+
|
|
|
+#: pkg/systemd/overview-cards/cryptoPolicies.jsx:127
|
|
|
+msgid "DEFAULT with GOST and GOST password hashing based on sssd auth profile."
|
|
|
+msgstr "Профиль по умолчанию, с добавлением поддержки ГОСТ и хэшей паролей по ГОСТ 34.11-2012 на базе профиля авторизации sssd"
|
|
|
+
|
|
|
+#: pkg/systemd/overview-cards/cryptoPolicies.jsx:128
|
|
|
+msgid "DEFAULT with GOST password hashing based on patch for custom configs."
|
|
|
+msgstr "Профиль по умолчанию, с добавлением хэшей паролей по ГОСТ 34.11-2012 модификацией файлов авторизации. Для пользовательских конфигураций"
|
|
|
+
|
|
|
+#: pkg/systemd/overview-cards/cryptoPolicies.jsx:129
|
|
|
+msgid "GOST algorithms allowed only."
|
|
|
+msgstr "Профиль ГОСТ с запретом всего остального"
|
|
|
+
|
|
|
+#: pkg/systemd/overview-cards/cryptoPolicies.jsx:130
|
|
|
+msgid "GOST algorithms allowed only with GOST pass hashing."
|
|
|
+msgstr "Профиль ГОСТ(+хэш паролей по ГОСТ 34.11-2012) с запретом всего остального"
|
|
|
+
|
|
|
#: pkg/networkmanager/ip-settings.jsx:237
|
|
|
msgid "DNS"
|
|
|
msgstr "DNS"
|
|
|
--
|
|
|
2.44.0
|
|
|
|