summaryrefslogtreecommitdiffstats
path: root/po/de/man7/thread-keyring.7.po
blob: eee1482b189a91286ac6c0a42d737c12729dfaae (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
# German translation of manpages
# This file is distributed under the same license as the manpages-l10n package.
# Copyright © of this file:
# Helge Kreutzmann <debian@helgefjell.de>, 2022
msgid ""
msgstr ""
"Project-Id-Version: manpages-l10n 4.16.0\n"
"POT-Creation-Date: 2024-03-01 17:12+0100\n"
"PO-Revision-Date: 2023-01-11 15:33+0100\n"
"Last-Translator: Helge Kreutzmann <debian@helgefjell.de>\n"
"Language-Team: German <debian-l10n-german@lists.debian.org>\n"
"Language: de\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 "thread-keyring"
msgstr "thread-keyring"

#. type: TH
#: archlinux fedora-40 fedora-rawhide mageia-cauldron
#, no-wrap
msgid "2023-10-31"
msgstr "31. Oktober 2023"

#. type: TH
#: archlinux fedora-40 fedora-rawhide mageia-cauldron
#, no-wrap
msgid "Linux man-pages 6.06"
msgstr "Linux man-pages 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 "BEZEICHNUNG"

#. type: Plain text
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
msgid "thread-keyring - per-thread keyring"
msgstr "thread-keyring - Thread-bezogener Schlüsselbund"

#. type: SH
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
#, no-wrap
msgid "DESCRIPTION"
msgstr "BESCHREIBUNG"

#. type: Plain text
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
msgid ""
"The thread keyring is a keyring used to anchor keys on behalf of a process.  "
"It is created only when a thread requests it.  The thread keyring has the "
"name (description)  I<_tid>."
msgstr ""
"Der Thread-Schlüsselbund ist ein Schlüsselbund, um Schlüssel im Auftrag "
"eines Prozesses aufzuhängen. Er wird erstellt, wenn ein Thread das "
"beantragt. Der Thread-Schlüsselbund hat den Namen (die Beschreibung) I<_tid>."

#. 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_THREAD_KEYRING>, is defined that "
"can be used in lieu of the actual serial number of the calling thread's "
"thread keyring."
msgstr ""
"Eine besondere Seriennummer (B<KEY_SPEC_THREAD_KEYRING>) ist definiert, die "
"anstelle der tatsächlichen Seriennummer des Thread-Schlüsselbundes des "
"aufrufenden Threads verwandt werden kann."

#. 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<@t>' can be used instead of a numeric key "
"ID in much the same way, but as B<keyctl>(1)  is a program run after "
"forking, this is of no utility."
msgstr ""
"Gemäß des Hilfswerkzeugs B<keyctl>(1) kann »B<@t>« anstelle der numerischen "
"Schlüsselkennung auf nahezu die gleiche Weise verwandt werden, aber "
"B<keyctl>(1) ist ein Programm, das nach einem Fork aufgerufen wird und hilft "
"daher nicht."

#. type: Plain text
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
msgid ""
"Thread keyrings are not inherited across B<clone>(2)  and B<fork>(2)  and "
"are cleared by B<execve>(2).  A thread keyring is destroyed when the thread "
"that refers to it terminates."
msgstr ""
"Thread-Schlüsselbunde werden nicht über B<clone>(2) und B<fork>(2) hinweg "
"vererbt und werden durch B<execve>(2) bereinigt. Ein Thread-Schlüsselbund "
"wird zerstört, wenn der Thread, der auf ihn verweist, sich beendet."

#. type: Plain text
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
msgid ""
"Initially, a thread does not have a thread keyring.  If a thread doesn't "
"have a thread keyring when it is accessed, then it will be created if it is "
"to be modified; otherwise the operation fails with the error B<ENOKEY>."
msgstr ""
"Anfänglich hat ein Thread keinen Thread-Schlüsselbund. Falls ein Thread beim "
"Zugriff darauf keinen Thread-Schlüsselbund hat, dann wird dieser erstellt, "
"falls er verändert werden soll, ansonsten schlägt die Aktion mit dem Fehler "
"B<ENOKEY> fehl."

#. 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 "SIEHE AUCH"

#. 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<user-keyring>(7), B<user-"
"session-keyring>(7)"
msgstr ""
"B<keyctl>(1), B<keyctl>(3), B<keyrings>(7), B<persistent-keyring>(7), "
"B<process-keyring>(7), B<session-keyring>(7), B<user-keyring>(7), B<user-"
"session-keyring>(7)"

#. type: TH
#: debian-bookworm debian-unstable opensuse-leap-15-6 opensuse-tumbleweed
#, no-wrap
msgid "2022-10-30"
msgstr "30. Oktober 2022"

#. type: TH
#: debian-bookworm
#, no-wrap
msgid "Linux man-pages 6.03"
msgstr "Linux man-pages 6.03"

#. type: TH
#: debian-unstable opensuse-tumbleweed
#, no-wrap
msgid "Linux man-pages 6.05.01"
msgstr "Linux man-pages 6.05.01"

#. type: TH
#: opensuse-leap-15-6
#, no-wrap
msgid "Linux man-pages 6.04"
msgstr "Linux-Handbuchseiten 6.04"