diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-15 19:43:11 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-15 19:43:11 +0000 |
commit | fc22b3d6507c6745911b9dfcc68f1e665ae13dbc (patch) | |
tree | ce1e3bce06471410239a6f41282e328770aa404a /templates/man8/systemd-cryptsetup@.service.8.pot | |
parent | Initial commit. (diff) | |
download | manpages-l10n-fc22b3d6507c6745911b9dfcc68f1e665ae13dbc.tar.xz manpages-l10n-fc22b3d6507c6745911b9dfcc68f1e665ae13dbc.zip |
Adding upstream version 4.22.0.upstream/4.22.0
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'templates/man8/systemd-cryptsetup@.service.8.pot')
-rw-r--r-- | templates/man8/systemd-cryptsetup@.service.8.pot | 201 |
1 files changed, 201 insertions, 0 deletions
diff --git a/templates/man8/systemd-cryptsetup@.service.8.pot b/templates/man8/systemd-cryptsetup@.service.8.pot new file mode 100644 index 00000000..942a83e1 --- /dev/null +++ b/templates/man8/systemd-cryptsetup@.service.8.pot @@ -0,0 +1,201 @@ +# SOME DESCRIPTIVE TITLE +# Copyright (C) YEAR Free Software Foundation, Inc. +# This file is distributed under the same license as the PACKAGE package. +# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR. +# +#, fuzzy +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"POT-Creation-Date: 2024-03-01 17:10+0100\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" +"Language-Team: LANGUAGE <LL@li.org>\n" +"Language: \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" + +#. type: TH +#: debian-bookworm +#, no-wrap +msgid "SYSTEMD-CRYPTSETUP@\\&.SERVICE" +msgstr "" + +#. type: TH +#: debian-bookworm +#, no-wrap +msgid "systemd 254" +msgstr "" + +#. type: TH +#: debian-bookworm +#, no-wrap +msgid "systemd-cryptsetup@.service" +msgstr "" + +#. ----------------------------------------------------------------- +#. * MAIN CONTENT STARTS HERE * +#. ----------------------------------------------------------------- +#. type: SH +#: debian-bookworm +#, no-wrap +msgid "NAME" +msgstr "" + +#. type: Plain text +#: debian-bookworm +msgid "" +"systemd-cryptsetup@.service, systemd-cryptsetup - Full disk decryption logic" +msgstr "" + +#. type: SH +#: debian-bookworm +#, no-wrap +msgid "SYNOPSIS" +msgstr "" + +#. type: Plain text +#: debian-bookworm +msgid "systemd-cryptsetup@\\&.service" +msgstr "" + +#. type: Plain text +#: debian-bookworm +msgid "system-systemd\\ex2dcryptsetup\\&.slice" +msgstr "" + +#. type: Plain text +#: debian-bookworm +msgid "/lib/systemd/systemd-cryptsetup" +msgstr "" + +#. type: SH +#: debian-bookworm +#, no-wrap +msgid "DESCRIPTION" +msgstr "" + +#. type: Plain text +#: debian-bookworm +msgid "" +"systemd-cryptsetup@\\&.service is a service responsible for setting up " +"encrypted block devices\\&. It is instantiated for each device that requires " +"decryption for access\\&." +msgstr "" + +#. type: Plain text +#: debian-bookworm +msgid "" +"systemd-cryptsetup@\\&.service instances are part of the system-" +"systemd\\ex2dcryptsetup\\&.slice slice, which is destroyed only very late in " +"the shutdown procedure\\&. This allows the encrypted devices to remain up " +"until filesystems have been unmounted\\&." +msgstr "" + +#. type: Plain text +#: debian-bookworm +msgid "" +"systemd-cryptsetup@\\&.service will ask for hard disk passwords via the " +"\\m[blue]B<password agent logic>\\m[]\\&\\s-2\\u[1]\\d\\s+2, in order to " +"query the user for the password using the right mechanism at boot and during " +"runtime\\&." +msgstr "" + +#. type: Plain text +#: debian-bookworm +msgid "" +"At early boot and when the system manager configuration is reloaded, /etc/" +"crypttab is translated into systemd-cryptsetup@\\&.service units by " +"B<systemd-cryptsetup-generator>(8)\\&." +msgstr "" + +#. type: Plain text +#: debian-bookworm +msgid "" +"In order to unlock a volume a password or binary key is required\\&. " +"systemd-cryptsetup@\\&.service tries to acquire a suitable password or " +"binary key via the following mechanisms, tried in order:" +msgstr "" + +#. type: Plain text +#: debian-bookworm +msgid "" +"If a key file is explicitly configured (via the third column in /etc/" +"crypttab), a key read from it is used\\&. If a PKCS#11 token, FIDO2 token or " +"TPM2 device is configured (using the I<pkcs11-uri=>, I<fido2-device=>, " +"I<tpm2-device=> options) the key is decrypted before use\\&." +msgstr "" + +#. type: Plain text +#: debian-bookworm +msgid "" +"If no key file is configured explicitly this way, a key file is " +"automatically loaded from /etc/cryptsetup-keys\\&.d/I<volume>\\&.key and /" +"run/cryptsetup-keys\\&.d/I<volume>\\&.key, if present\\&. Here too, if a " +"PKCS#11/FIDO2/TPM2 token/device is configured, any key found this way is " +"decrypted before use\\&." +msgstr "" + +#. type: Plain text +#: debian-bookworm +msgid "" +"If the I<try-empty-password> option is specified it is then attempted to " +"unlock the volume with an empty password\\&." +msgstr "" + +#. type: Plain text +#: debian-bookworm +msgid "" +"The kernel keyring is then checked for a suitable cached password from " +"previous attempts\\&." +msgstr "" + +#. type: Plain text +#: debian-bookworm +msgid "" +"Finally, the user is queried for a password, possibly multiple times, unless " +"the I<headless> option is set\\&." +msgstr "" + +#. type: Plain text +#: debian-bookworm +msgid "" +"If no suitable key may be acquired via any of the mechanisms describes " +"above, volume activation fails\\&." +msgstr "" + +#. type: SH +#: debian-bookworm +#, no-wrap +msgid "SEE ALSO" +msgstr "" + +#. type: Plain text +#: debian-bookworm +msgid "" +"B<systemd>(1), B<systemd-cryptsetup-generator>(8), B<crypttab>(5), B<systemd-" +"cryptenroll>(1), B<cryptsetup>(8)" +msgstr "" + +#. type: SH +#: debian-bookworm +#, no-wrap +msgid "NOTES" +msgstr "" + +#. type: IP +#: debian-bookworm +#, no-wrap +msgid " 1." +msgstr "" + +#. type: Plain text +#: debian-bookworm +msgid "password agent logic" +msgstr "" + +#. type: Plain text +#: debian-bookworm +msgid "\\%https://systemd.io/PASSWORD_AGENTS/" +msgstr "" |