OSDN Git Service

LDP: Update POT and ja.po to LDP v3.68
[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-06-08 01:29+0900\n"
10 "PO-Revision-Date: 2014-06-03 07:09+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, "
109 "that key will be updated rather than a new key being created; if not, a new "
110 "key 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:138 build/C/man2/keyctl.2:168
362 #: build/C/man2/request_key.2:147
363 #, fuzzy
364 #| msgid ""
365 #| "This page is part of release 3.67 of the Linux I<man-pages> project.  A "
366 #| "description of the project, information about reporting bugs, and the "
367 #| "latest version of this page, can be found at \\%http://www.kernel.org/doc/"
368 #| "man-pages/."
369 msgid ""
370 "This page is part of release 3.68 of the Linux I<man-pages> project.  A "
371 "description of the project, information about reporting bugs, and the latest "
372 "version of this page, can be found at \\%http://www.kernel.org/doc/man-"
373 "pages/."
374 msgstr ""
375 "この man ページは Linux I<man-pages> プロジェクトのリリース 3.67 の一部\n"
376 "である。プロジェクトの説明とバグ報告に関する情報は\n"
377 "http://www.kernel.org/doc/man-pages/ に書かれている。"
378
379 #. type: TH
380 #: build/C/man2/keyctl.2:27
381 #, no-wrap
382 msgid "KEYCTL"
383 msgstr "KEYCTL"
384
385 #. type: TH
386 #: build/C/man2/keyctl.2:27
387 #, no-wrap
388 msgid "2014-01-22"
389 msgstr ""
390
391 #. type: Plain text
392 #: build/C/man2/keyctl.2:30
393 msgid "keyctl - manipulate the kernel's key management facility"
394 msgstr ""
395
396 #. type: Plain text
397 #: build/C/man2/keyctl.2:35
398 #, no-wrap
399 msgid "B<long keyctl(int >I<cmd>B<, ...);>\n"
400 msgstr "B<long keyctl(int >I<cmd>B<, ...);>\n"
401
402 #. type: Plain text
403 #: build/C/man2/keyctl.2:39
404 msgid "B<keyctl>()  has a number of functions available:"
405 msgstr ""
406
407 #. type: TP
408 #: build/C/man2/keyctl.2:39
409 #, no-wrap
410 msgid "B<KEYCTL_GET_KEYRING_ID>"
411 msgstr "B<KEYCTL_GET_KEYRING_ID>"
412
413 #. type: Plain text
414 #: build/C/man2/keyctl.2:42
415 msgid "Ask for a keyring's ID."
416 msgstr ""
417
418 #. type: TP
419 #: build/C/man2/keyctl.2:42
420 #, no-wrap
421 msgid "B<KEYCTL_JOIN_SESSION_KEYRING>"
422 msgstr "B<KEYCTL_JOIN_SESSION_KEYRING>"
423
424 #. type: Plain text
425 #: build/C/man2/keyctl.2:45
426 msgid "Join or start named session keyring."
427 msgstr ""
428
429 #. type: TP
430 #: build/C/man2/keyctl.2:45
431 #, no-wrap
432 msgid "B<KEYCTL_UPDATE>"
433 msgstr "B<KEYCTL_UPDATE>"
434
435 #. type: Plain text
436 #: build/C/man2/keyctl.2:48
437 msgid "Update a key."
438 msgstr ""
439
440 #. type: TP
441 #: build/C/man2/keyctl.2:48
442 #, no-wrap
443 msgid "B<KEYCTL_REVOKE>"
444 msgstr "B<KEYCTL_REVOKE>"
445
446 #. type: Plain text
447 #: build/C/man2/keyctl.2:51
448 msgid "Revoke a key."
449 msgstr ""
450
451 #. type: TP
452 #: build/C/man2/keyctl.2:51
453 #, no-wrap
454 msgid "B<KEYCTL_CHOWN>"
455 msgstr "B<KEYCTL_CHOWN>"
456
457 #. type: Plain text
458 #: build/C/man2/keyctl.2:54
459 msgid "Set ownership of a key."
460 msgstr ""
461
462 #. type: TP
463 #: build/C/man2/keyctl.2:54
464 #, no-wrap
465 msgid "B<KEYCTL_SETPERM>"
466 msgstr "B<KEYCTL_SETPERM>"
467
468 #. type: Plain text
469 #: build/C/man2/keyctl.2:57
470 msgid "Set perms on a key."
471 msgstr ""
472
473 #. type: TP
474 #: build/C/man2/keyctl.2:57
475 #, no-wrap
476 msgid "B<KEYCTL_DESCRIBE>"
477 msgstr "B<KEYCTL_DESCRIBE>"
478
479 #. type: Plain text
480 #: build/C/man2/keyctl.2:60
481 msgid "Describe a key."
482 msgstr ""
483
484 #. type: TP
485 #: build/C/man2/keyctl.2:60
486 #, no-wrap
487 msgid "B<KEYCTL_CLEAR>"
488 msgstr "B<KEYCTL_CLEAR>"
489
490 #. type: Plain text
491 #: build/C/man2/keyctl.2:63
492 msgid "Clear contents of a keyring."
493 msgstr ""
494
495 #. type: TP
496 #: build/C/man2/keyctl.2:63
497 #, no-wrap
498 msgid "B<KEYCTL_LINK>"
499 msgstr "B<KEYCTL_LINK>"
500
501 #. type: Plain text
502 #: build/C/man2/keyctl.2:66
503 msgid "Link a key into a keyring."
504 msgstr ""
505
506 #. type: TP
507 #: build/C/man2/keyctl.2:66
508 #, no-wrap
509 msgid "B<KEYCTL_UNLINK>"
510 msgstr "B<KEYCTL_UNLINK>"
511
512 #. type: Plain text
513 #: build/C/man2/keyctl.2:69
514 msgid "Unlink a key from a keyring."
515 msgstr ""
516
517 #. type: TP
518 #: build/C/man2/keyctl.2:69
519 #, no-wrap
520 msgid "B<KEYCTL_SEARCH>"
521 msgstr "B<KEYCTL_SEARCH>"
522
523 #. type: Plain text
524 #: build/C/man2/keyctl.2:72
525 msgid "Search for a key in a keyring."
526 msgstr ""
527
528 #. type: TP
529 #: build/C/man2/keyctl.2:72
530 #, no-wrap
531 msgid "B<KEYCTL_READ>"
532 msgstr "B<KEYCTL_READ>"
533
534 #. type: Plain text
535 #: build/C/man2/keyctl.2:75
536 msgid "Read a key or keyring's contents."
537 msgstr ""
538
539 #. type: TP
540 #: build/C/man2/keyctl.2:75
541 #, no-wrap
542 msgid "B<KEYCTL_INSTANTIATE>"
543 msgstr "B<KEYCTL_INSTANTIATE>"
544
545 #. type: Plain text
546 #: build/C/man2/keyctl.2:78
547 msgid "Instantiate a partially constructed key."
548 msgstr ""
549
550 #. type: TP
551 #: build/C/man2/keyctl.2:78
552 #, no-wrap
553 msgid "B<KEYCTL_NEGATE>"
554 msgstr "B<KEYCTL_NEGATE>"
555
556 #. type: Plain text
557 #: build/C/man2/keyctl.2:81
558 msgid "Negate a partially constructed key."
559 msgstr ""
560
561 #. type: TP
562 #: build/C/man2/keyctl.2:81
563 #, no-wrap
564 msgid "B<KEYCTL_SET_REQKEY_KEYRING>"
565 msgstr "B<KEYCTL_SET_REQKEY_KEYRING>"
566
567 #. type: Plain text
568 #: build/C/man2/keyctl.2:84
569 msgid "Set default request-key keyring."
570 msgstr ""
571
572 #. type: TP
573 #: build/C/man2/keyctl.2:84
574 #, no-wrap
575 msgid "B<KEYCTL_SET_TIMEOUT>"
576 msgstr "B<KEYCTL_SET_TIMEOUT>"
577
578 #. type: Plain text
579 #: build/C/man2/keyctl.2:87
580 msgid "Set timeout on a key."
581 msgstr ""
582
583 #. type: TP
584 #: build/C/man2/keyctl.2:87
585 #, no-wrap
586 msgid "B<KEYCTL_ASSUME_AUTHORITY>"
587 msgstr "B<KEYCTL_ASSUME_AUTHORITY>"
588
589 #. type: Plain text
590 #: build/C/man2/keyctl.2:90
591 msgid "Assume authority to instantiate key."
592 msgstr ""
593
594 #. type: Plain text
595 #: build/C/man2/keyctl.2:97
596 msgid ""
597 "These are wrapped by B<libkeyutils> into individual functions to permit "
598 "compiler the compiler to check types.  See the B<See Also> section at the "
599 "bottom."
600 msgstr ""
601
602 #. type: Plain text
603 #: build/C/man2/keyctl.2:103
604 msgid ""
605 "On success B<keyctl>()  returns the serial number of the key it found.  On "
606 "error, the value -1 will be returned and errno will have been set to an "
607 "appropriate error."
608 msgstr ""
609
610 #. type: Plain text
611 #: build/C/man2/keyctl.2:107
612 msgid "A key operation wasn't permitted."
613 msgstr ""
614
615 #. type: Plain text
616 #: build/C/man2/keyctl.2:111
617 msgid ""
618 "The key quota for the caller's user would be exceeded by creating a key or "
619 "linking it to the keyring."
620 msgstr ""
621
622 #. type: Plain text
623 #: build/C/man2/keyctl.2:114
624 msgid "An expired key was found or specified."
625 msgstr ""
626
627 #. type: TP
628 #: build/C/man2/keyctl.2:114 build/C/man2/request_key.2:114
629 #, no-wrap
630 msgid "B<EKEYREJECTED>"
631 msgstr "B<EKEYREJECTED>"
632
633 #. type: Plain text
634 #: build/C/man2/keyctl.2:117
635 msgid "A rejected key was found or specified."
636 msgstr ""
637
638 #. type: Plain text
639 #: build/C/man2/keyctl.2:120
640 msgid "A revoked key was found or specified."
641 msgstr ""
642
643 #. type: Plain text
644 #: build/C/man2/keyctl.2:123
645 msgid "No matching key was found or an invalid key was specified."
646 msgstr ""
647
648 #. type: Plain text
649 #: build/C/man2/keyctl.2:157
650 msgid ""
651 "B<keyctl>(1), B<add_key>(2), B<request_key>(2), B<keyctl_set_timeout>(3), "
652 "B<keyctl_chown>(3), B<keyctl_clear>(3), B<keyctl_describe>(3), "
653 "B<keyctl_describe_alloc>(3), B<keyctl_get_keyring_ID>(3), "
654 "B<keyctl_instantiate>(3), B<keyctl_join_session_keyring>(3), "
655 "B<keyctl_link>(3), B<keyctl_negate>(3), B<keyctl_revoke>(3), "
656 "B<keyctl_search>(3), B<keyctl_setperm>(3), B<keyctl_set_reqkey_keyring>(3), "
657 "B<keyctl_set_timeout>(3), B<keyctl_read>(3), B<keyctl_read_alloc>(3), "
658 "B<keyctl_unlink>(3), B<keyctl_update>(3), B<request-key>(8)"
659 msgstr ""
660
661 #. type: Plain text
662 #: build/C/man2/keyctl.2:160
663 msgid "The kernel source file I<Documentation/security/keys.txt>."
664 msgstr ""
665
666 #. type: TH
667 #: build/C/man2/request_key.2:11
668 #, no-wrap
669 msgid "REQUEST_KEY"
670 msgstr "REQUEST_KEY"
671
672 #. type: Plain text
673 #: build/C/man2/request_key.2:14
674 msgid "request_key - request a key from the kernel's key management facility"
675 msgstr ""
676
677 #. type: Plain text
678 #: build/C/man2/request_key.2:21
679 #, no-wrap
680 msgid ""
681 "B<key_serial_t request_key(const char *>I<type>B<, const char *>I<description>B<,>\n"
682 "B<                         const char *>I<callout_info>B<,>\n"
683 "B<                         key_serial_t >I<keyring>B<);>\n"
684 msgstr ""
685 "B<key_serial_t request_key(const char *>I<type>B<, const char *>I<description>B<,>\n"
686 "B<                         const char *>I<callout_info>B<,>\n"
687 "B<                         key_serial_t >I<keyring>B<);>\n"
688
689 #. type: Plain text
690 #: build/C/man2/request_key.2:31
691 msgid ""
692 "B<request_key>()  asks the kernel to find a key of the given I<type> that "
693 "matches the specified I<description> and, if successful, to attach it to the "
694 "nominated I<keyring> and to return its serial number."
695 msgstr ""
696
697 #. type: Plain text
698 #: build/C/man2/request_key.2:36
699 msgid ""
700 "B<request_key>()  first recursively searches all the keyrings attached to "
701 "the calling process in the order thread-specific keyring, process-specific "
702 "keyring and then session keyring for a matching key."
703 msgstr ""
704
705 #. type: Plain text
706 #: build/C/man2/request_key.2:44
707 msgid ""
708 "If B<request_key>()  is called from a program invoked by B<request_key>()  "
709 "on behalf of some other process to generate a key, then the keyrings of that "
710 "other process will be searched next, using that other process's UID, GID, "
711 "groups, and security context to control access."
712 msgstr ""
713
714 #. type: Plain text
715 #: build/C/man2/request_key.2:52
716 msgid ""
717 "The keys in each keyring searched are checked for a match before any child "
718 "keyrings are recursed into.  Only keys that are B<searchable> for the caller "
719 "may be found, and only B<searchable> keyrings may be searched."
720 msgstr ""
721
722 #. type: Plain text
723 #: build/C/man2/request_key.2:61
724 msgid ""
725 "If the key is not found, then, if I<callout_info> is set, this function will "
726 "attempt to look further afield.  In such a case, the I<callout_info> is "
727 "passed to a user-space service such as B</sbin/request-key> to generate the "
728 "key."
729 msgstr ""
730
731 #. type: Plain text
732 #: build/C/man2/request_key.2:69
733 msgid ""
734 "If that is unsuccessful also, then an error will be returned, and a "
735 "temporary negative key will be installed in the nominated I<keyring>.  This "
736 "will expire after a few seconds, but will cause subsequent calls to "
737 "B<request_key>()  to fail until it does."
738 msgstr ""
739
740 #. type: Plain text
741 #: build/C/man2/request_key.2:74
742 msgid ""
743 "The I<keyring> serial number may be that of a valid keyring to which the "
744 "caller has write permission, or it may be a special keyring ID:"
745 msgstr ""
746
747 #. type: Plain text
748 #: build/C/man2/request_key.2:94
749 msgid ""
750 "If a key is created, no matter whether it's a valid key or a negative key, "
751 "it will displace any other key of the same type and description from the "
752 "destination I<keyring>."
753 msgstr ""
754
755 #. type: Plain text
756 #: build/C/man2/request_key.2:100
757 msgid ""
758 "On success B<request_key>()  returns the serial number of the key it found.  "
759 "On error, the value -1 will be returned and errno will have been set to an "
760 "appropriate error."
761 msgstr ""
762
763 #. type: TP
764 #: build/C/man2/request_key.2:104
765 #, no-wrap
766 msgid "B<EINTR>"
767 msgstr "B<EINTR>"
768
769 #. type: Plain text
770 #: build/C/man2/request_key.2:107
771 msgid "The request was interrupted by a signal."
772 msgstr ""
773
774 #. type: Plain text
775 #: build/C/man2/request_key.2:114
776 msgid "An expired key was found, but no replacement could be obtained."
777 msgstr ""
778
779 #. type: Plain text
780 #: build/C/man2/request_key.2:117
781 msgid "The attempt to generate a new key was rejected."
782 msgstr ""
783
784 #. type: Plain text
785 #: build/C/man2/request_key.2:120
786 msgid "A revoked key was found, but no replacement could be obtained."
787 msgstr ""
788
789 #. type: Plain text
790 #: build/C/man2/request_key.2:126
791 msgid "No matching key was found."
792 msgstr ""
793
794 #. type: Plain text
795 #: build/C/man2/request_key.2:139
796 msgid "B<keyctl>(1), B<add_key>(2), B<keyctl>(2), B<request-key>(8)"
797 msgstr "B<keyctl>(1), B<add_key>(2), B<keyctl>(2), B<request-key>(8)"