# Spanish translation of manpages # This file is distributed under the same license as the manpages-l10n package. # Copyright © of this file: msgid "" msgstr "" "Project-Id-Version: manpages-l10n 4.10.0\n" "POT-Creation-Date: 2024-03-01 17:03+0100\n" "PO-Revision-Date: 2021-06-18 17:45+0200\n" "Last-Translator: Automatically generated\n" "Language-Team: Spanish \n" "Language: es\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #. type: TH #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed #, no-wrap msgid "persistent-keyring" msgstr "" #. type: TH #: archlinux fedora-40 fedora-rawhide mageia-cauldron #, no-wrap msgid "2023-10-31" msgstr "31 Octubre 2023" #. type: TH #: archlinux fedora-40 fedora-rawhide mageia-cauldron #, no-wrap msgid "Linux man-pages 6.06" msgstr "Páginas de manual de Linux 6.06" #. type: SH #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed #, no-wrap msgid "NAME" msgstr "NOMBRE" #. type: Plain text #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed msgid "persistent-keyring - per-user persistent keyring" msgstr "" #. type: SH #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed #, no-wrap msgid "DESCRIPTION" msgstr "DESCRIPCIÓN" #. type: Plain text #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed msgid "" "The persistent keyring is a keyring used to anchor keys on behalf of a " "user. Each UID the kernel deals with has its own persistent keyring that is " "shared between all threads owned by that UID. The persistent keyring has a " "name (description) of the form I<_persistent.EUIDE> where " "IUIDE> is the user ID of the corresponding user." msgstr "" #. FIXME The meaning of the preceding sentence isn't clear. What is meant? #. type: Plain text #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed msgid "" "The persistent keyring may not be accessed directly, even by processes with " "the appropriate UID. Instead, it must first be linked to one of a process's " "keyrings, before that keyring can access the persistent keyring by virtue of " "its possessor permits. This linking is done with the " "B(3) function." msgstr "" #. type: Plain text #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed msgid "" "If a persistent keyring does not exist when it is accessed by the " "B(3) operation, it will be automatically created." msgstr "" #. type: Plain text #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed msgid "" "Each time the B(3) operation is performed, the " "persistent keyring's expiration timer is reset to the value in:" msgstr "" #. type: Plain text #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed #, no-wrap msgid "/proc/sys/kernel/keys/persistent_keyring_expiry\n" msgstr "" #. type: Plain text #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed msgid "" "Should the timeout be reached, the persistent keyring will be removed and " "everything it pins can then be garbage collected. The keyring will then be " "re-created on a subsequent call to B(3)." msgstr "" #. type: Plain text #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed msgid "" "The persistent keyring is not directly searched by B(2); it is " "searched only if it is linked into one of the keyrings that is searched by " "B(2)." msgstr "" #. type: Plain text #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed msgid "" "The persistent keyring is independent of B(2), B(2), " "B(2), B(2), and B<_exit>(2). It persists until its " "expiration timer triggers, at which point it is garbage collected. This " "allows the persistent keyring to carry keys beyond the life of the kernel's " "record of the corresponding UID (the destruction of which results in the " "destruction of the B(7) and the B(7)). " "The persistent keyring can thus be used to hold authentication tokens for " "processes that run without user interaction, such as programs started by " "B(8)." msgstr "" #. type: Plain text #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed msgid "" "The persistent keyring is used to store UID-specific objects that themselves " "have limited lifetimes (e.g., kerberos tokens). If those tokens cease to be " "used (i.e., the persistent keyring is not accessed), then the timeout of the " "persistent keyring ensures that the corresponding objects are automatically " "discarded." msgstr "" #. type: SS #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed #, no-wrap msgid "Special operations" msgstr "" #. type: Plain text #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed msgid "" "The I library provides the B(3) function " "for manipulating persistent keyrings. (This function is an interface to the " "B(2) B operation.) This operation allows " "the calling thread to get the persistent keyring corresponding to its own " "UID or, if the thread has the B capability, the persistent " "keyring corresponding to some other UID in the same user namespace." msgstr "" #. type: SH #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed #, no-wrap msgid "NOTES" msgstr "NOTAS" #. type: Plain text #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed msgid "" "Each user namespace owns a keyring called I<.persistent_register> that " "contains links to all of the persistent keys in that namespace. (The I<." "persistent_register> keyring can be seen when reading the contents of the I file for the UID 0 in the namespace.) The " "B(3) operation looks for a key with a name of the " "form I<_persistent.>UID in that keyring, creates the key if it does not " "exist, and links it into the keyring." msgstr "" #. type: SH #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed #, no-wrap msgid "SEE ALSO" msgstr "VÉASE TAMBIÉN" #. type: Plain text #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed msgid "" "B(1), B(3), B(3), B(7), " "B(7), B(7), B(7), B(7), B(7)" msgstr "" #. type: TH #: debian-bookworm debian-unstable opensuse-leap-15-6 opensuse-tumbleweed #, no-wrap msgid "2023-02-08" msgstr "8 Febrero 2023" #. type: TH #: debian-bookworm #, no-wrap msgid "Linux man-pages 6.03" msgstr "Páginas de manual de Linux 6.03" #. type: TH #: debian-unstable opensuse-tumbleweed #, no-wrap msgid "Linux man-pages 6.05.01" msgstr "Páginas de manual de Linux 6.05.01" #. type: TH #: opensuse-leap-15-6 #, no-wrap msgid "Linux man-pages 6.04" msgstr "Linux man-pages 6.04"