aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/cred.h
Commit message (Expand)AuthorAgeFilesLines
* User namespaces: set of cleanups (v2)Serge Hallyn2008-11-241-0/+2
* CRED: Allow kernel services to override LSM settings for task actionsDavid Howells2008-11-141-0/+6
* CRED: Differentiate objective and effective subjective credentials on a taskDavid Howells2008-11-141-14/+15
* CRED: DocumentationDavid Howells2008-11-141-1/+11
* CRED: Make execve() take advantage of copy-on-write credentialsDavid Howells2008-11-141-2/+1
* CRED: Inaugurate COW credentialsDavid Howells2008-11-141-11/+33
* CRED: Separate per-task-group keyrings from signal_structDavid Howells2008-11-141-0/+16
* CRED: Use RCU to access another task's creds and to release a task's own credsDavid Howells2008-11-141-1/+2
* CRED: Wrap current->cred and a few other accessorsDavid Howells2008-11-141-44/+143
* CRED: Detach the credentials from task_structDavid Howells2008-11-141-0/+29
* CRED: Separate task security context from task_structDavid Howells2008-11-141-22/+133
* CRED: Introduce credential access wrappersDavid Howells2008-08-141-0/+50