summaryrefslogtreecommitdiffstats
path: root/kernel/cred.c
AgeCommit message (Expand)AuthorLines
2019-06-11Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds-0/+9
2019-06-11ptrace: restore smp_rmb() in __ptrace_may_access()Jann Horn-0/+9
2019-05-24treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 36Thomas Gleixner-5/+1
2019-01-08SELinux: Remove cred security blob poisoningCasey Schaufler-13/+0
2018-12-19cred: export get_task_cred().NeilBrown-0/+1
2018-12-19cred: add get_cred_rcu()NeilBrown-1/+1
2018-12-19cred: add cred_fscmp() for comparing creds.NeilBrown-0/+55
2017-05-18doc: ReSTify credentials.txtKees Cook-1/+1
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar-0/+1
2016-06-30cred: Reject inodes with invalid ids in set_create_file_as()Seth Forshee-0/+2
2016-01-14kmemcg: account certain kmem allocations to memcgVladimir Davydov-2/+2
2015-09-10kernel/cred.c: remove unnecessary kdebug atomic readsJoe Perches-4/+9
2015-04-15kernel: conditionally support non-root users, groups and capabilitiesIulia Manda-0/+3
2012-12-18Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds-1/+26
2012-12-16Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmo...Linus Torvalds-112/+15
2012-12-14userns: Add a more complete capability subset test to commit_credsEric W. Biederman-1/+26
2012-10-02KEYS: Make the session and process keyrings per-threadDavid Howells-112/+15
2012-08-23userns: Make credential debugging user namespace safe.Eric W. Biederman-2/+8
2012-05-23keys: kill task_struct->replacement_session_keyringOleg Nesterov-9/+0
2012-05-23Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds-19/+25
2012-05-03userns: Store uid and gid values in struct cred with kuid_t and kgid_t typesEric W. Biederman-14/+22
2012-04-11cred: copy_process() should clear child->replacement_session_keyringOleg Nesterov-0/+2
2012-04-07cred: Refcount the user_ns pointed to by the cred.Eric W. Biederman-5/+3
2012-02-14security: trim security.hAl Viro-0/+1
2011-10-31kernel: Map most files to use export.h instead of module.hPaul Gortmaker-1/+1
2011-10-25Merge branch 'next' of git://selinuxproject.org/~jmorris/linux-securityLinus Torvalds-2/+16
2011-08-23CRED: fix build error due to 'tgcred' undeclaredAxel Lin-0/+2
2011-08-23CRED: Fix prepare_kernel_cred() to provide a new thread_group_cred structDavid Howells-2/+14
2011-08-11move RLIMIT_NPROC check from set_user() to do_execve_common()Vasiliy Kulikov-4/+2
2011-05-27Merge branch 'docs-move' of git://git.kernel.org/pub/scm/linux/kernel/git/rdu...Linus Torvalds-1/+1
2011-05-19Create Documentation/security/,Randy Dunlap-1/+1
2011-05-19Merge branch 'master' into nextJames Morris-6/+6
2011-05-13Cache user_ns in struct credSerge E. Hallyn-6/+6
2011-04-04capabilities: delete all CAP_INIT macrosEric Paris-3/+3
2011-03-23userns: security: make capabilities relative to the user namespaceSerge E. Hallyn-0/+6
2011-02-16Merge commit 'v2.6.38-rc5' into core/lockingIngo Molnar-6/+10
2011-02-07CRED: Fix memory and refcount leaks upon security_prepare_creds() failureTetsuo Handa-2/+2
2011-02-07CRED: Fix BUG() upon security_cred_alloc_blank() failureTetsuo Handa-4/+8
2011-01-27cred: Replace deprecated spinlock initializationThomas Gleixner-1/+1
2010-10-27signals: move cred_guard_mutex from task_struct to signal_structKOSAKI Motohiro-3/+1
2010-08-12Add a dummy printk function for the maintenance of unused printksDavid Howells-4/+0
2010-07-29CRED: Fix get_task_cred() and task_state() to not resurrect dead credentialsDavid Howells-0/+25
2010-05-27umh: creds: kill subprocess_info->cred logicOleg Nesterov-60/+0
2010-05-20Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmo...Linus Torvalds-2/+0
2010-05-07Merge commit 'v2.6.34-rc6' into sched/coreIngo Molnar-2/+2
2010-05-06Merge branch 'master' into nextJames Morris-2/+3
2010-04-22CRED: Fix a race in creds_are_invalid() in credentials debuggingDavid Howells-2/+0
2010-04-21CRED: Fix double free in prepare_usermodehelper_creds() error handlingDavid Howells-0/+2
2010-04-15Merge branch 'linus' into sched/coreIngo Molnar-0/+1
2010-04-12security: remove dead hook cred_commitEric Paris-2/+0