aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/cred.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-01-09Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/security-testing-2.6Linus Torvalds1-1/+2
2009-01-09CRED: Must initialise the new creds in prepare_kernel_cred()David Howells1-0/+1
2009-01-09CRED: Missing put_cred() in prepare_kernel_cred()David Howells1-0/+1
2009-01-08CRED: Fix commit_creds() on a process that has no mmDavid Howells1-1/+2
2008-11-24User namespaces: set of cleanups (v2)Serge Hallyn1-2/+13
2008-11-14CRED: Allow kernel services to override LSM settings for task actionsDavid Howells1-0/+113
2008-11-14CRED: Differentiate objective and effective subjective credentials on a taskDavid Howells1-12/+26
2008-11-14CRED: DocumentationDavid Howells1-1/+1
2008-11-14CRED: Make execve() take advantage of copy-on-write credentialsDavid Howells1-1/+45
2008-11-14CRED: Inaugurate COW credentialsDavid Howells1-37/+284
2008-11-14CRED: Separate per-task-group keyrings from signal_structDavid Howells1-0/+63
2008-11-14CRED: Detach the credentials from task_structDavid Howells1-0/+96