diff options
Diffstat (limited to 'templates/man7/user-session-keyring.7.pot')
-rw-r--r-- | templates/man7/user-session-keyring.7.pot | 202 |
1 files changed, 202 insertions, 0 deletions
diff --git a/templates/man7/user-session-keyring.7.pot b/templates/man7/user-session-keyring.7.pot new file mode 100644 index 00000000..28e75623 --- /dev/null +++ b/templates/man7/user-session-keyring.7.pot @@ -0,0 +1,202 @@ +# 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:13+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 +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "user-session-keyring" +msgstr "" + +#. type: TH +#: archlinux fedora-40 fedora-rawhide mageia-cauldron +#, no-wrap +msgid "2023-10-31" +msgstr "" + +#. type: TH +#: archlinux fedora-40 fedora-rawhide mageia-cauldron +#, no-wrap +msgid "Linux man-pages 6.06" +msgstr "" + +#. type: SH +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "NAME" +msgstr "" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "user-session-keyring - per-user default session 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 "" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"The user session keyring is a keyring used to anchor keys on behalf of a " +"user. Each UID the kernel deals with has its own user session keyring that " +"is shared by all processes with that UID. The user session keyring has a " +"name (description) of the form I<_uid_ses.E<lt>UIDE<gt>> where " +"I<E<lt>UIDE<gt>> is the user ID of the corresponding user." +msgstr "" + +#. Davis Howells: the user and user-session keyrings are managed as a pair. +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"The user session keyring is associated with the record that the kernel " +"maintains for the UID. It comes into existence upon the first attempt to " +"access either the user session keyring, the B<user-keyring>(7), or the " +"B<session-keyring>(7). The keyring remains pinned in existence so long as " +"there are processes running with that real UID or files opened by those " +"processes remain open. (The keyring can also be pinned indefinitely by " +"linking it into another keyring.)" +msgstr "" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"The user session keyring is created on demand when a thread requests it or " +"when a thread asks for its B<session-keyring>(7) and that keyring doesn't " +"exist. In the latter case, a user session keyring will be created and, if " +"the session keyring wasn't to be created, the user session keyring will be " +"set as the process's actual session keyring." +msgstr "" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"The user session keyring is searched by B<request_key>(2) if the actual " +"session keyring does not exist and is ignored otherwise." +msgstr "" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"A special serial number value, B<KEY_SPEC_USER_SESSION_KEYRING>, is defined " +"that can be used in lieu of the actual serial number of the calling " +"process's user session keyring." +msgstr "" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"From the B<keyctl>(1) utility, 'B<@us>' can be used instead of a numeric " +"key ID in much the same way." +msgstr "" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"User session keyrings are independent of B<clone>(2), B<fork>(2), " +"B<vfork>(2), B<execve>(2), and B<_exit>(2) excepting that the keyring is " +"destroyed when the UID record is destroyed when the last process pinning it " +"exits." +msgstr "" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"If a user session keyring does not exist when it is accessed, it will be " +"created." +msgstr "" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"Rather than relying on the user session keyring, it is strongly " +"recommended\\[em]especially if the process is running as root\\[em]that a " +"B<session-keyring>(7) be set explicitly, for example by B<pam_keyinit>(8)." +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 "" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"The user session keyring was added to support situations where a process " +"doesn't have a session keyring, perhaps because it was created via a pathway " +"that didn't involve PAM (e.g., perhaps it was a daemon started by " +"B<inetd>(8)). In such a scenario, the user session keyring acts as a " +"substitute for the B<session-keyring>(7)." +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 "" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"B<keyctl>(1), B<keyctl>(3), B<keyrings>(7), B<persistent-keyring>(7), " +"B<process-keyring>(7), B<session-keyring>(7), B<thread-keyring>(7), B<user-" +"keyring>(7)" +msgstr "" + +#. type: TH +#: debian-bookworm debian-unstable opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "2023-02-05" +msgstr "" + +#. type: TH +#: debian-bookworm +#, no-wrap +msgid "Linux man-pages 6.03" +msgstr "" + +#. type: TH +#: debian-unstable opensuse-tumbleweed +#, no-wrap +msgid "Linux man-pages 6.05.01" +msgstr "" + +#. type: TH +#: opensuse-leap-15-6 +#, no-wrap +msgid "Linux man-pages 6.04" +msgstr "" |