linux/security/keys
David Howells 47d804bfa1 CRED: Wrap task credential accesses in the key management code
Wrap access to task credentials so that they can be separated more easily from
the task_struct during the introduction of COW creds.

Change most current->(|e|s|fs)[ug]id to current_(|e|s|fs)[ug]id().

Change some task->e?[ug]id to task_e?[ug]id().  In some places it makes more
sense to use RCU directly rather than a convenient wrapper; these will be
addressed by later patches.

Signed-off-by: David Howells <dhowells@redhat.com>
Reviewed-by: James Morris <jmorris@namei.org>
Acked-by: Serge Hallyn <serue@us.ibm.com>
Signed-off-by: James Morris <jmorris@namei.org>
2008-11-14 10:39:11 +11:00
..
Makefile keys: make the keyring quotas controllable through /proc/sys 2008-04-29 08:06:17 -07:00
compat.c keys: add keyctl function to get a security label 2008-04-29 08:06:16 -07:00
internal.h keys: remove unused key_alloc_sem 2008-06-06 11:29:11 -07:00
key.c CRED: Wrap task credential accesses in the key management code 2008-11-14 10:39:11 +11:00
keyctl.c CRED: Wrap task credential accesses in the key management code 2008-11-14 10:39:11 +11:00
keyring.c keys: don't generate user and user session keyrings unless they're accessed 2008-04-29 08:06:17 -07:00
permission.c [PATCH] keys: Permit running process to instantiate keys 2006-01-08 20:13:53 -08:00
proc.c keys: make the keyring quotas controllable through /proc/sys 2008-04-29 08:06:17 -07:00
process_keys.c keys: don't generate user and user session keyrings unless they're accessed 2008-04-29 08:06:17 -07:00
request_key.c CRED: Wrap task credential accesses in the key management code 2008-11-14 10:39:11 +11:00
request_key_auth.c CRED: Wrap task credential accesses in the key management code 2008-11-14 10:39:11 +11:00
sysctl.c keys: make the keyring quotas controllable through /proc/sys 2008-04-29 08:06:17 -07:00
user_defined.c [PATCH] remove many unneeded #includes of sched.h 2007-02-14 08:09:54 -08:00