OSDN Git Service

(split) git commit -m "LDP: Update the version to 3.63 in PO files"
[linuxjm/LDP_man-pages.git] / po4a / keyutils / po / ja.po
1 # SOME DESCRIPTIVE TITLE
2 # Copyright (C) YEAR Free Software Foundation, Inc.
3 # This file is distributed under the same license as the PACKAGE package.
4 # FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
5 #
6 msgid ""
7 msgstr ""
8 "Project-Id-Version: PACKAGE VERSION\n"
9 "POT-Creation-Date: 2014-04-13 10:26+0900\n"
10 "PO-Revision-Date: 2014-04-13 10:36+0900\n"
11 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
12 "Language-Team: LANGUAGE <LL@li.org>\n"
13 "Language: \n"
14 "MIME-Version: 1.0\n"
15 "Content-Type: text/plain; charset=UTF-8\n"
16 "Content-Transfer-Encoding: 8bit\n"
17
18 #. type: TH
19 #: build/C/man2/add_key.2:11
20 #, no-wrap
21 msgid "ADD_KEY"
22 msgstr "ADD_KEY"
23
24 #. type: TH
25 #: build/C/man2/add_key.2:11 build/C/man2/request_key.2:11
26 #, no-wrap
27 msgid "2010-02-25"
28 msgstr "2010-02-25"
29
30 #. type: TH
31 #: build/C/man2/add_key.2:11 build/C/man2/keyctl.2:27
32 #: build/C/man2/request_key.2:11
33 #, no-wrap
34 msgid "Linux"
35 msgstr "Linux"
36
37 #. type: TH
38 #: build/C/man2/add_key.2:11 build/C/man2/keyctl.2:27
39 #: build/C/man2/request_key.2:11
40 #, no-wrap
41 msgid "Linux Key Management Calls"
42 msgstr "Linux Key Management Calls"
43
44 #. type: SH
45 #: build/C/man2/add_key.2:12 build/C/man2/keyctl.2:28
46 #: build/C/man2/request_key.2:12
47 #, no-wrap
48 msgid "NAME"
49 msgstr "名前"
50
51 #. type: Plain text
52 #: build/C/man2/add_key.2:14
53 msgid "add_key - add a key to the kernel's key management facility"
54 msgstr ""
55
56 #. type: SH
57 #: build/C/man2/add_key.2:14 build/C/man2/keyctl.2:30
58 #: build/C/man2/request_key.2:14
59 #, no-wrap
60 msgid "SYNOPSIS"
61 msgstr "書式"
62
63 #. type: Plain text
64 #: build/C/man2/add_key.2:17 build/C/man2/keyctl.2:33
65 #: build/C/man2/request_key.2:17
66 #, no-wrap
67 msgid "B<#include E<lt>keyutils.hE<gt>>\n"
68 msgstr "B<#include E<lt>keyutils.hE<gt>>\n"
69
70 #. type: Plain text
71 #: build/C/man2/add_key.2:21
72 #, no-wrap
73 msgid ""
74 "B<key_serial_t add_key(const char *>I<type>B<, const char *>I<description>B<,>\n"
75 "B<                     const void *>I<payload>B<, size_t >I<plen>B<,>\n"
76 "B<                     key_serial_t >I<keyring>B<);>\n"
77 msgstr ""
78 "B<key_serial_t add_key(const char *>I<type>B<, const char *>I<description>B<,>\n"
79 "B<                     const void *>I<payload>B<, size_t >I<plen>B<,>\n"
80 "B<                     key_serial_t >I<keyring>B<);>\n"
81
82 #. type: SH
83 #: build/C/man2/add_key.2:22 build/C/man2/keyctl.2:36
84 #: build/C/man2/request_key.2:22
85 #, no-wrap
86 msgid "DESCRIPTION"
87 msgstr "説明"
88
89 #. type: Plain text
90 #: build/C/man2/add_key.2:35
91 msgid ""
92 "B<add_key>()  asks the kernel to create or update a key of the given I<type> "
93 "and I<description>, instantiate it with the I<payload> of length I<plen>, "
94 "and to attach it to the nominated I<keyring> and to return its serial number."
95 msgstr ""
96
97 #. type: Plain text
98 #: build/C/man2/add_key.2:38
99 msgid ""
100 "The key type may reject the data if it's in the wrong format or in some "
101 "other way invalid."
102 msgstr ""
103
104 #. type: Plain text
105 #: build/C/man2/add_key.2:46
106 msgid ""
107 "If the destination I<keyring> already contains a key that matches the "
108 "specified I<type> and I<description> then, if the key type supports it, that "
109 "key will be updated rather than a new key being created; if not, a new key "
110 "will be created and it will displace the link to the extant key from the "
111 "keyring."
112 msgstr ""
113
114 #. type: Plain text
115 #: build/C/man2/add_key.2:51
116 msgid ""
117 "The destination I<keyring> serial number may be that of a valid keyring to "
118 "which the caller has write permission, or it may be a special keyring ID:"
119 msgstr ""
120
121 #. type: TP
122 #: build/C/man2/add_key.2:51 build/C/man2/request_key.2:74
123 #, no-wrap
124 msgid "B<KEY_SPEC_THREAD_KEYRING>"
125 msgstr "B<KEY_SPEC_THREAD_KEYRING>"
126
127 #. type: Plain text
128 #: build/C/man2/add_key.2:54 build/C/man2/request_key.2:77
129 msgid "This specifies the caller's thread-specific keyring."
130 msgstr ""
131
132 #. type: TP
133 #: build/C/man2/add_key.2:54 build/C/man2/request_key.2:77
134 #, no-wrap
135 msgid "B<KEY_SPEC_PROCESS_KEYRING>"
136 msgstr "B<KEY_SPEC_PROCESS_KEYRING>"
137
138 #. type: Plain text
139 #: build/C/man2/add_key.2:57 build/C/man2/request_key.2:80
140 msgid "This specifies the caller's process-specific keyring."
141 msgstr ""
142
143 #. type: TP
144 #: build/C/man2/add_key.2:57 build/C/man2/request_key.2:80
145 #, no-wrap
146 msgid "B<KEY_SPEC_SESSION_KEYRING>"
147 msgstr "B<KEY_SPEC_SESSION_KEYRING>"
148
149 #. type: Plain text
150 #: build/C/man2/add_key.2:60 build/C/man2/request_key.2:83
151 msgid "This specifies the caller's session-specific keyring."
152 msgstr ""
153
154 #. type: TP
155 #: build/C/man2/add_key.2:60 build/C/man2/request_key.2:83
156 #, no-wrap
157 msgid "B<KEY_SPEC_USER_KEYRING>"
158 msgstr "B<KEY_SPEC_USER_KEYRING>"
159
160 #. type: Plain text
161 #: build/C/man2/add_key.2:63 build/C/man2/request_key.2:86
162 msgid "This specifies the caller's UID-specific keyring."
163 msgstr ""
164
165 #. type: TP
166 #: build/C/man2/add_key.2:63 build/C/man2/request_key.2:86
167 #, no-wrap
168 msgid "B<KEY_SPEC_USER_SESSION_KEYRING>"
169 msgstr "B<KEY_SPEC_USER_SESSION_KEYRING>"
170
171 #. type: Plain text
172 #: build/C/man2/add_key.2:66 build/C/man2/request_key.2:89
173 msgid "This specifies the caller's UID-session keyring."
174 msgstr ""
175
176 #. type: SH
177 #: build/C/man2/add_key.2:66
178 #, no-wrap
179 msgid "KEY TYPES"
180 msgstr ""
181
182 #. type: Plain text
183 #: build/C/man2/add_key.2:69
184 msgid ""
185 "There are a number of key types available in the core key management code, "
186 "and these can be specified to this function:"
187 msgstr ""
188
189 #. type: TP
190 #: build/C/man2/add_key.2:69
191 #, no-wrap
192 msgid "B<``user''>"
193 msgstr "B<``user''>"
194
195 #. type: Plain text
196 #: build/C/man2/add_key.2:80
197 msgid ""
198 "Keys of the user-defined key type may contain a blob of arbitrary data, and "
199 "the I<description> may be any valid string, though it is preferred that the "
200 "description be prefixed with a string representing the service to which the "
201 "key is of interest and a colon (for instance ``B<afs:mykey>'').  The "
202 "I<payload> may be empty or NULL for keys of this type."
203 msgstr ""
204
205 #. type: TP
206 #: build/C/man2/add_key.2:80
207 #, no-wrap
208 msgid "B<``keyring''>"
209 msgstr "B<``keyring''>"
210
211 #. type: Plain text
212 #: build/C/man2/add_key.2:89
213 msgid ""
214 "Keyrings are special key types that may contain links to sequences of other "
215 "keys of any type.  If this interface is used to create a keyring, then a "
216 "NULL I<payload> should be specified, and I<plen> should be zero."
217 msgstr ""
218
219 #. type: SH
220 #: build/C/man2/add_key.2:89 build/C/man2/keyctl.2:97
221 #: build/C/man2/request_key.2:94
222 #, no-wrap
223 msgid "RETURN VALUE"
224 msgstr "返り値"
225
226 #. type: Plain text
227 #: build/C/man2/add_key.2:95
228 msgid ""
229 "On success B<add_key>()  returns the serial number of the key it created or "
230 "updated.  On error, the value -1 will be returned and errno will have been "
231 "set to an appropriate error."
232 msgstr ""
233
234 #. type: SH
235 #: build/C/man2/add_key.2:95 build/C/man2/keyctl.2:103
236 #: build/C/man2/request_key.2:100
237 #, no-wrap
238 msgid "ERRORS"
239 msgstr "エラー"
240
241 #. type: TP
242 #: build/C/man2/add_key.2:96 build/C/man2/keyctl.2:120
243 #: build/C/man2/request_key.2:123
244 #, no-wrap
245 msgid "B<ENOKEY>"
246 msgstr "B<ENOKEY>"
247
248 #. type: Plain text
249 #: build/C/man2/add_key.2:99
250 msgid "The keyring doesn't exist."
251 msgstr ""
252
253 #. type: TP
254 #: build/C/man2/add_key.2:99 build/C/man2/keyctl.2:111
255 #: build/C/man2/request_key.2:111
256 #, no-wrap
257 msgid "B<EKEYEXPIRED>"
258 msgstr "B<EKEYEXPIRED>"
259
260 #. type: Plain text
261 #: build/C/man2/add_key.2:102
262 msgid "The keyring has expired."
263 msgstr ""
264
265 #. type: TP
266 #: build/C/man2/add_key.2:102 build/C/man2/keyctl.2:117
267 #: build/C/man2/request_key.2:117
268 #, no-wrap
269 msgid "B<EKEYREVOKED>"
270 msgstr "B<EKEYREVOKED>"
271
272 #. type: Plain text
273 #: build/C/man2/add_key.2:105
274 msgid "The keyring has been revoked."
275 msgstr ""
276
277 #. type: TP
278 #: build/C/man2/add_key.2:105
279 #, no-wrap
280 msgid "B<EINVAL>"
281 msgstr "B<EINVAL>"
282
283 #. type: Plain text
284 #: build/C/man2/add_key.2:108
285 msgid "The payload data was invalid."
286 msgstr ""
287
288 #. type: TP
289 #: build/C/man2/add_key.2:108 build/C/man2/request_key.2:120
290 #, no-wrap
291 msgid "B<ENOMEM>"
292 msgstr "B<ENOMEM>"
293
294 #. type: Plain text
295 #: build/C/man2/add_key.2:111 build/C/man2/request_key.2:123
296 msgid "Insufficient memory to create a key."
297 msgstr ""
298
299 #. type: TP
300 #: build/C/man2/add_key.2:111 build/C/man2/keyctl.2:107
301 #: build/C/man2/request_key.2:107
302 #, no-wrap
303 msgid "B<EDQUOT>"
304 msgstr "B<EDQUOT>"
305
306 #. type: Plain text
307 #: build/C/man2/add_key.2:115 build/C/man2/request_key.2:111
308 msgid ""
309 "The key quota for this user would be exceeded by creating this key or "
310 "linking it to the keyring."
311 msgstr ""
312
313 #. type: TP
314 #: build/C/man2/add_key.2:115 build/C/man2/keyctl.2:104
315 #: build/C/man2/request_key.2:101
316 #, no-wrap
317 msgid "B<EACCES>"
318 msgstr "B<EACCES>"
319
320 #. type: Plain text
321 #: build/C/man2/add_key.2:118 build/C/man2/request_key.2:104
322 msgid "The keyring wasn't available for modification by the user."
323 msgstr ""
324
325 #. type: SH
326 #: build/C/man2/add_key.2:118 build/C/man2/keyctl.2:123
327 #: build/C/man2/request_key.2:126
328 #, no-wrap
329 msgid "LINKING"
330 msgstr "LINKING"
331
332 #. type: Plain text
333 #: build/C/man2/add_key.2:126 build/C/man2/keyctl.2:131
334 #: build/C/man2/request_key.2:134
335 msgid ""
336 "Although this is a Linux system call, it is not present in I<libc> but can "
337 "be found rather in I<libkeyutils>.  When linking, B<-lkeyutils> should be "
338 "specified to the linker."
339 msgstr ""
340
341 #. type: SH
342 #: build/C/man2/add_key.2:126 build/C/man2/keyctl.2:131
343 #: build/C/man2/request_key.2:134
344 #, no-wrap
345 msgid "SEE ALSO"
346 msgstr "関連項目"
347
348 #. type: Plain text
349 #: build/C/man2/add_key.2:130
350 msgid "B<keyctl>(1), B<keyctl>(2), B<request_key>(2)"
351 msgstr "B<keyctl>(1), B<keyctl>(2), B<request_key>(2)"
352
353 #. type: SH
354 #: build/C/man2/add_key.2:130 build/C/man2/keyctl.2:160
355 #: build/C/man2/request_key.2:139
356 #, no-wrap
357 msgid "COLOPHON"
358 msgstr "この文書について"
359
360 #. type: Plain text
361 #: build/C/man2/add_key.2:137 build/C/man2/keyctl.2:167
362 #: build/C/man2/request_key.2:146
363 msgid ""
364 "This page is part of release 3.63 of the Linux I<man-pages> project.  A "
365 "description of the project, and information about reporting bugs, can be "
366 "found at \\%http://www.kernel.org/doc/man-pages/."
367 msgstr ""
368 "この man ページは Linux I<man-pages> プロジェクトのリリース 3.63 の一部\n"
369 "である。プロジェクトの説明とバグ報告に関する情報は\n"
370 "http://www.kernel.org/doc/man-pages/ に書かれている。"
371
372 #. type: TH
373 #: build/C/man2/keyctl.2:27
374 #, no-wrap
375 msgid "KEYCTL"
376 msgstr "KEYCTL"
377
378 #. type: TH
379 #: build/C/man2/keyctl.2:27
380 #, no-wrap
381 msgid "2014-01-22"
382 msgstr ""
383
384 #. type: Plain text
385 #: build/C/man2/keyctl.2:30
386 msgid "keyctl - manipulate the kernel's key management facility"
387 msgstr ""
388
389 #. type: Plain text
390 #: build/C/man2/keyctl.2:35
391 #, no-wrap
392 msgid "B<long keyctl(int >I<cmd>B<, ...);>\n"
393 msgstr "B<long keyctl(int >I<cmd>B<, ...);>\n"
394
395 #. type: Plain text
396 #: build/C/man2/keyctl.2:39
397 msgid "B<keyctl>()  has a number of functions available:"
398 msgstr ""
399
400 #. type: TP
401 #: build/C/man2/keyctl.2:39
402 #, no-wrap
403 msgid "B<KEYCTL_GET_KEYRING_ID>"
404 msgstr "B<KEYCTL_GET_KEYRING_ID>"
405
406 #. type: Plain text
407 #: build/C/man2/keyctl.2:42
408 msgid "Ask for a keyring's ID."
409 msgstr ""
410
411 #. type: TP
412 #: build/C/man2/keyctl.2:42
413 #, no-wrap
414 msgid "B<KEYCTL_JOIN_SESSION_KEYRING>"
415 msgstr "B<KEYCTL_JOIN_SESSION_KEYRING>"
416
417 #. type: Plain text
418 #: build/C/man2/keyctl.2:45
419 msgid "Join or start named session keyring."
420 msgstr ""
421
422 #. type: TP
423 #: build/C/man2/keyctl.2:45
424 #, no-wrap
425 msgid "B<KEYCTL_UPDATE>"
426 msgstr "B<KEYCTL_UPDATE>"
427
428 #. type: Plain text
429 #: build/C/man2/keyctl.2:48
430 msgid "Update a key."
431 msgstr ""
432
433 #. type: TP
434 #: build/C/man2/keyctl.2:48
435 #, no-wrap
436 msgid "B<KEYCTL_REVOKE>"
437 msgstr "B<KEYCTL_REVOKE>"
438
439 #. type: Plain text
440 #: build/C/man2/keyctl.2:51
441 msgid "Revoke a key."
442 msgstr ""
443
444 #. type: TP
445 #: build/C/man2/keyctl.2:51
446 #, no-wrap
447 msgid "B<KEYCTL_CHOWN>"
448 msgstr "B<KEYCTL_CHOWN>"
449
450 #. type: Plain text
451 #: build/C/man2/keyctl.2:54
452 msgid "Set ownership of a key."
453 msgstr ""
454
455 #. type: TP
456 #: build/C/man2/keyctl.2:54
457 #, no-wrap
458 msgid "B<KEYCTL_SETPERM>"
459 msgstr "B<KEYCTL_SETPERM>"
460
461 #. type: Plain text
462 #: build/C/man2/keyctl.2:57
463 msgid "Set perms on a key."
464 msgstr ""
465
466 #. type: TP
467 #: build/C/man2/keyctl.2:57
468 #, no-wrap
469 msgid "B<KEYCTL_DESCRIBE>"
470 msgstr "B<KEYCTL_DESCRIBE>"
471
472 #. type: Plain text
473 #: build/C/man2/keyctl.2:60
474 msgid "Describe a key."
475 msgstr ""
476
477 #. type: TP
478 #: build/C/man2/keyctl.2:60
479 #, no-wrap
480 msgid "B<KEYCTL_CLEAR>"
481 msgstr "B<KEYCTL_CLEAR>"
482
483 #. type: Plain text
484 #: build/C/man2/keyctl.2:63
485 msgid "Clear contents of a keyring."
486 msgstr ""
487
488 #. type: TP
489 #: build/C/man2/keyctl.2:63
490 #, no-wrap
491 msgid "B<KEYCTL_LINK>"
492 msgstr "B<KEYCTL_LINK>"
493
494 #. type: Plain text
495 #: build/C/man2/keyctl.2:66
496 msgid "Link a key into a keyring."
497 msgstr ""
498
499 #. type: TP
500 #: build/C/man2/keyctl.2:66
501 #, no-wrap
502 msgid "B<KEYCTL_UNLINK>"
503 msgstr "B<KEYCTL_UNLINK>"
504
505 #. type: Plain text
506 #: build/C/man2/keyctl.2:69
507 msgid "Unlink a key from a keyring."
508 msgstr ""
509
510 #. type: TP
511 #: build/C/man2/keyctl.2:69
512 #, no-wrap
513 msgid "B<KEYCTL_SEARCH>"
514 msgstr "B<KEYCTL_SEARCH>"
515
516 #. type: Plain text
517 #: build/C/man2/keyctl.2:72
518 msgid "Search for a key in a keyring."
519 msgstr ""
520
521 #. type: TP
522 #: build/C/man2/keyctl.2:72
523 #, no-wrap
524 msgid "B<KEYCTL_READ>"
525 msgstr "B<KEYCTL_READ>"
526
527 #. type: Plain text
528 #: build/C/man2/keyctl.2:75
529 msgid "Read a key or keyring's contents."
530 msgstr ""
531
532 #. type: TP
533 #: build/C/man2/keyctl.2:75
534 #, no-wrap
535 msgid "B<KEYCTL_INSTANTIATE>"
536 msgstr "B<KEYCTL_INSTANTIATE>"
537
538 #. type: Plain text
539 #: build/C/man2/keyctl.2:78
540 msgid "Instantiate a partially constructed key."
541 msgstr ""
542
543 #. type: TP
544 #: build/C/man2/keyctl.2:78
545 #, no-wrap
546 msgid "B<KEYCTL_NEGATE>"
547 msgstr "B<KEYCTL_NEGATE>"
548
549 #. type: Plain text
550 #: build/C/man2/keyctl.2:81
551 msgid "Negate a partially constructed key."
552 msgstr ""
553
554 #. type: TP
555 #: build/C/man2/keyctl.2:81
556 #, no-wrap
557 msgid "B<KEYCTL_SET_REQKEY_KEYRING>"
558 msgstr "B<KEYCTL_SET_REQKEY_KEYRING>"
559
560 #. type: Plain text
561 #: build/C/man2/keyctl.2:84
562 msgid "Set default request-key keyring."
563 msgstr ""
564
565 #. type: TP
566 #: build/C/man2/keyctl.2:84
567 #, no-wrap
568 msgid "B<KEYCTL_SET_TIMEOUT>"
569 msgstr "B<KEYCTL_SET_TIMEOUT>"
570
571 #. type: Plain text
572 #: build/C/man2/keyctl.2:87
573 msgid "Set timeout on a key."
574 msgstr ""
575
576 #. type: TP
577 #: build/C/man2/keyctl.2:87
578 #, no-wrap
579 msgid "B<KEYCTL_ASSUME_AUTHORITY>"
580 msgstr "B<KEYCTL_ASSUME_AUTHORITY>"
581
582 #. type: Plain text
583 #: build/C/man2/keyctl.2:90
584 msgid "Assume authority to instantiate key."
585 msgstr ""
586
587 #. type: Plain text
588 #: build/C/man2/keyctl.2:97
589 msgid ""
590 "These are wrapped by B<libkeyutils> into individual functions to permit "
591 "compiler the compiler to check types.  See the B<See Also> section at the "
592 "bottom."
593 msgstr ""
594
595 #. type: Plain text
596 #: build/C/man2/keyctl.2:103
597 msgid ""
598 "On success B<keyctl>()  returns the serial number of the key it found.  On "
599 "error, the value -1 will be returned and errno will have been set to an "
600 "appropriate error."
601 msgstr ""
602
603 #. type: Plain text
604 #: build/C/man2/keyctl.2:107
605 msgid "A key operation wasn't permitted."
606 msgstr ""
607
608 #. type: Plain text
609 #: build/C/man2/keyctl.2:111
610 msgid ""
611 "The key quota for the caller's user would be exceeded by creating a key or "
612 "linking it to the keyring."
613 msgstr ""
614
615 #. type: Plain text
616 #: build/C/man2/keyctl.2:114
617 msgid "An expired key was found or specified."
618 msgstr ""
619
620 #. type: TP
621 #: build/C/man2/keyctl.2:114 build/C/man2/request_key.2:114
622 #, no-wrap
623 msgid "B<EKEYREJECTED>"
624 msgstr "B<EKEYREJECTED>"
625
626 #. type: Plain text
627 #: build/C/man2/keyctl.2:117
628 msgid "A rejected key was found or specified."
629 msgstr ""
630
631 #. type: Plain text
632 #: build/C/man2/keyctl.2:120
633 msgid "A revoked key was found or specified."
634 msgstr ""
635
636 #. type: Plain text
637 #: build/C/man2/keyctl.2:123
638 msgid "No matching key was found or an invalid key was specified."
639 msgstr ""
640
641 #. type: Plain text
642 #: build/C/man2/keyctl.2:157
643 msgid ""
644 "B<keyctl>(1), B<add_key>(2), B<request_key>(2), B<keyctl_set_timeout>(3), "
645 "B<keyctl_chown>(3), B<keyctl_clear>(3), B<keyctl_describe>(3), "
646 "B<keyctl_describe_alloc>(3), B<keyctl_get_keyring_ID>(3), "
647 "B<keyctl_instantiate>(3), B<keyctl_join_session_keyring>(3), B<keyctl_link>"
648 "(3), B<keyctl_negate>(3), B<keyctl_revoke>(3), B<keyctl_search>(3), "
649 "B<keyctl_setperm>(3), B<keyctl_set_reqkey_keyring>(3), B<keyctl_set_timeout>"
650 "(3), B<keyctl_read>(3), B<keyctl_read_alloc>(3), B<keyctl_unlink>(3), "
651 "B<keyctl_update>(3), B<request-key>(8)"
652 msgstr ""
653
654 #. type: Plain text
655 #: build/C/man2/keyctl.2:160
656 msgid "The kernel source file I<Documentation/security/keys.txt>."
657 msgstr ""
658
659 #. type: TH
660 #: build/C/man2/request_key.2:11
661 #, no-wrap
662 msgid "REQUEST_KEY"
663 msgstr "REQUEST_KEY"
664
665 #. type: Plain text
666 #: build/C/man2/request_key.2:14
667 msgid "request_key - request a key from the kernel's key management facility"
668 msgstr ""
669
670 #. type: Plain text
671 #: build/C/man2/request_key.2:21
672 #, no-wrap
673 msgid ""
674 "B<key_serial_t request_key(const char *>I<type>B<, const char *>I<description>B<,>\n"
675 "B<                         const char *>I<callout_info>B<,>\n"
676 "B<                         key_serial_t >I<keyring>B<);>\n"
677 msgstr ""
678 "B<key_serial_t request_key(const char *>I<type>B<, const char *>I<description>B<,>\n"
679 "B<                         const char *>I<callout_info>B<,>\n"
680 "B<                         key_serial_t >I<keyring>B<);>\n"
681
682 #. type: Plain text
683 #: build/C/man2/request_key.2:31
684 msgid ""
685 "B<request_key>()  asks the kernel to find a key of the given I<type> that "
686 "matches the specified I<description> and, if successful, to attach it to the "
687 "nominated I<keyring> and to return its serial number."
688 msgstr ""
689
690 #. type: Plain text
691 #: build/C/man2/request_key.2:36
692 msgid ""
693 "B<request_key>()  first recursively searches all the keyrings attached to "
694 "the calling process in the order thread-specific keyring, process-specific "
695 "keyring and then session keyring for a matching key."
696 msgstr ""
697
698 #. type: Plain text
699 #: build/C/man2/request_key.2:44
700 msgid ""
701 "If B<request_key>()  is called from a program invoked by B<request_key>()  "
702 "on behalf of some other process to generate a key, then the keyrings of that "
703 "other process will be searched next, using that other process's UID, GID, "
704 "groups, and security context to control access."
705 msgstr ""
706
707 #. type: Plain text
708 #: build/C/man2/request_key.2:52
709 msgid ""
710 "The keys in each keyring searched are checked for a match before any child "
711 "keyrings are recursed into.  Only keys that are B<searchable> for the caller "
712 "may be found, and only B<searchable> keyrings may be searched."
713 msgstr ""
714
715 #. type: Plain text
716 #: build/C/man2/request_key.2:61
717 msgid ""
718 "If the key is not found, then, if I<callout_info> is set, this function will "
719 "attempt to look further afield.  In such a case, the I<callout_info> is "
720 "passed to a user-space service such as B</sbin/request-key> to generate the "
721 "key."
722 msgstr ""
723
724 #. type: Plain text
725 #: build/C/man2/request_key.2:69
726 msgid ""
727 "If that is unsuccessful also, then an error will be returned, and a "
728 "temporary negative key will be installed in the nominated I<keyring>.  This "
729 "will expire after a few seconds, but will cause subsequent calls to "
730 "B<request_key>()  to fail until it does."
731 msgstr ""
732
733 #. type: Plain text
734 #: build/C/man2/request_key.2:74
735 msgid ""
736 "The I<keyring> serial number may be that of a valid keyring to which the "
737 "caller has write permission, or it may be a special keyring ID:"
738 msgstr ""
739
740 #. type: Plain text
741 #: build/C/man2/request_key.2:94
742 msgid ""
743 "If a key is created, no matter whether it's a valid key or a negative key, "
744 "it will displace any other key of the same type and description from the "
745 "destination I<keyring>."
746 msgstr ""
747
748 #. type: Plain text
749 #: build/C/man2/request_key.2:100
750 msgid ""
751 "On success B<request_key>()  returns the serial number of the key it found.  "
752 "On error, the value -1 will be returned and errno will have been set to an "
753 "appropriate error."
754 msgstr ""
755
756 #. type: TP
757 #: build/C/man2/request_key.2:104
758 #, no-wrap
759 msgid "B<EINTR>"
760 msgstr "B<EINTR>"
761
762 #. type: Plain text
763 #: build/C/man2/request_key.2:107
764 msgid "The request was interrupted by a signal."
765 msgstr ""
766
767 #. type: Plain text
768 #: build/C/man2/request_key.2:114
769 msgid "An expired key was found, but no replacement could be obtained."
770 msgstr ""
771
772 #. type: Plain text
773 #: build/C/man2/request_key.2:117
774 msgid "The attempt to generate a new key was rejected."
775 msgstr ""
776
777 #. type: Plain text
778 #: build/C/man2/request_key.2:120
779 msgid "A revoked key was found, but no replacement could be obtained."
780 msgstr ""
781
782 #. type: Plain text
783 #: build/C/man2/request_key.2:126
784 msgid "No matching key was found."
785 msgstr ""
786
787 #. type: Plain text
788 #: build/C/man2/request_key.2:139
789 msgid "B<keyctl>(1), B<add_key>(2), B<keyctl>(2), B<request-key>(8)"
790 msgstr "B<keyctl>(1), B<add_key>(2), B<keyctl>(2), B<request-key>(8)"