diff options
| author | David Howells <dhowells@redhat.com> | 2005-10-07 10:04:52 -0400 |
|---|---|---|
| committer | Linus Torvalds <torvalds@g5.osdl.org> | 2005-10-08 17:53:31 -0400 |
| commit | f1a9badcf6ecad9975240d94514721cb93932151 (patch) | |
| tree | dc37fe427d645dd84331b7385523b39efa41ffad /security | |
| parent | 74fd92c511bd4a0771ac0faaaef38bb1be3a29f6 (diff) | |
[PATCH] Keys: Add request-key process documentation
The attached patch adds documentation for the process by which request-key
works, including how it permits helper processes to gain access to the
requestor's keyrings.
Signed-Off-By: David Howells <dhowells@redhat.com>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'security')
| -rw-r--r-- | security/keys/request_key.c | 2 | ||||
| -rw-r--r-- | security/keys/request_key_auth.c | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/security/keys/request_key.c b/security/keys/request_key.c index e6dd366d43..5cc4bba70d 100644 --- a/security/keys/request_key.c +++ b/security/keys/request_key.c | |||
| @@ -7,6 +7,8 @@ | |||
| 7 | * modify it under the terms of the GNU General Public License | 7 | * modify it under the terms of the GNU General Public License |
| 8 | * as published by the Free Software Foundation; either version | 8 | * as published by the Free Software Foundation; either version |
| 9 | * 2 of the License, or (at your option) any later version. | 9 | * 2 of the License, or (at your option) any later version. |
| 10 | * | ||
| 11 | * See Documentation/keys-request-key.txt | ||
| 10 | */ | 12 | */ |
| 11 | 13 | ||
| 12 | #include <linux/module.h> | 14 | #include <linux/module.h> |
diff --git a/security/keys/request_key_auth.c b/security/keys/request_key_auth.c index f80a501e27..a8e4069d48 100644 --- a/security/keys/request_key_auth.c +++ b/security/keys/request_key_auth.c | |||
| @@ -7,6 +7,8 @@ | |||
| 7 | * modify it under the terms of the GNU General Public License | 7 | * modify it under the terms of the GNU General Public License |
| 8 | * as published by the Free Software Foundation; either version | 8 | * as published by the Free Software Foundation; either version |
| 9 | * 2 of the License, or (at your option) any later version. | 9 | * 2 of the License, or (at your option) any later version. |
| 10 | * | ||
| 11 | * See Documentation/keys-request-key.txt | ||
| 10 | */ | 12 | */ |
| 11 | 13 | ||
| 12 | #include <linux/module.h> | 14 | #include <linux/module.h> |
