aboutsummaryrefslogtreecommitdiff
path: root/kernel/cred.c
AgeCommit message (Expand)AuthorFilesLines
2020-05-20exec: Teach prepare_exec_creds how exec treats uids & gidsGravatar Eric W. Biederman 1-0/+3
2020-03-25kernel: doc: remove outdated comment cred.cGravatar Bernd Edlinger 1-2/+0
2020-01-14Merge branch 'dhowells' (patches from DavidH)Gravatar Linus Torvalds 1-2/+2
2020-01-14keys: Fix request_key() cacheGravatar David Howells 1-2/+2
2020-01-04memcg: account security cred as well to kmemcgGravatar Shakeel Butt 1-3/+3
2019-07-25Merge branch 'access-creds'Gravatar Linus Torvalds 1-2/+19
2019-07-24access: avoid the RCU grace period for the temporary subjective credentialsGravatar Linus Torvalds 1-2/+19
2019-07-08Merge tag 'keys-request-20190626' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 1-0/+9
2019-07-08Merge tag 'keys-misc-20190619' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Linus Torvalds 1-2/+2
2019-06-19keys: Cache result of request_key*() temporarily in task_structGravatar David Howells 1-0/+9
2019-06-11Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Gravatar Linus Torvalds 1-0/+9
2019-06-11ptrace: restore smp_rmb() in __ptrace_may_access()Gravatar Jann Horn 1-0/+9
2019-05-24treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 36Gravatar Thomas Gleixner 1-5/+1
2019-05-22keys: sparse: Fix key_fs[ug]id_changed()Gravatar David Howells 1-2/+2
2019-01-08SELinux: Remove cred security blob poisoningGravatar Casey Schaufler 1-13/+0
2018-12-19cred: export get_task_cred().Gravatar NeilBrown 1-0/+1
2018-12-19cred: add get_cred_rcu()Gravatar NeilBrown 1-1/+1
2018-12-19cred: add cred_fscmp() for comparing creds.Gravatar NeilBrown 1-0/+55
2017-05-18doc: ReSTify credentials.txtGravatar Kees Cook 1-1/+1
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <lin...Gravatar Ingo Molnar 1-0/+1
2016-06-30cred: Reject inodes with invalid ids in set_create_file_as()Gravatar Seth Forshee 1-0/+2
2016-01-14kmemcg: account certain kmem allocations to memcgGravatar Vladimir Davydov 1-2/+2
2015-09-10kernel/cred.c: remove unnecessary kdebug atomic readsGravatar Joe Perches 1-4/+9
2015-04-15kernel: conditionally support non-root users, groups and capabilitiesGravatar Iulia Manda 1-0/+3
2012-12-18Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Gravatar Linus Torvalds 1-1/+26
2012-12-16Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmo...Gravatar Linus Torvalds 1-112/+15
2012-12-14userns: Add a more complete capability subset test to commit_credsGravatar Eric W. Biederman 1-1/+26
2012-10-02KEYS: Make the session and process keyrings per-threadGravatar David Howells 1-112/+15
2012-08-23userns: Make credential debugging user namespace safe.Gravatar Eric W. Biederman 1-2/+8
2012-05-23keys: kill task_struct->replacement_session_keyringGravatar Oleg Nesterov 1-9/+0
2012-05-23Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Gravatar Linus Torvalds 1-19/+25
2012-05-03userns: Store uid and gid values in struct cred with kuid_t and kgid_t typesGravatar Eric W. Biederman 1-14/+22
2012-04-11cred: copy_process() should clear child->replacement_session_keyringGravatar Oleg Nesterov 1-0/+2
2012-04-07cred: Refcount the user_ns pointed to by the cred.Gravatar Eric W. Biederman 1-5/+3
2012-02-14security: trim security.hGravatar Al Viro 1-0/+1
2011-10-31kernel: Map most files to use export.h instead of module.hGravatar Paul Gortmaker 1-1/+1
2011-10-25Merge branch 'next' of git://selinuxproject.org/~jmorris/linux-securityGravatar Linus Torvalds 1-2/+16
2011-08-23CRED: fix build error due to 'tgcred' undeclaredGravatar Axel Lin 1-0/+2
2011-08-23CRED: Fix prepare_kernel_cred() to provide a new thread_group_cred structGravatar David Howells 1-2/+14
2011-08-11move RLIMIT_NPROC check from set_user() to do_execve_common()Gravatar Vasiliy Kulikov 1-4/+2
2011-05-27Merge branch 'docs-move' of git://git.kernel.org/pub/scm/linux/kernel/git/rdu...Gravatar Linus Torvalds 1-1/+1
2011-05-19Create Documentation/security/,Gravatar Randy Dunlap 1-1/+1
2011-05-19Merge branch 'master' into nextGravatar James Morris 1-6/+6
2011-05-13Cache user_ns in struct credGravatar Serge E. Hallyn 1-6/+6
2011-04-04capabilities: delete all CAP_INIT macrosGravatar Eric Paris 1-3/+3
2011-03-23userns: security: make capabilities relative to the user namespaceGravatar Serge E. Hallyn 1-0/+6
2011-02-16Merge commit 'v2.6.38-rc5' into core/lockingGravatar Ingo Molnar 1-6/+10
2011-02-07CRED: Fix memory and refcount leaks upon security_prepare_creds() failureGravatar Tetsuo Handa 1-2/+2
2011-02-07CRED: Fix BUG() upon security_cred_alloc_blank() failureGravatar Tetsuo Handa 1-4/+8
2011-01-27cred: Replace deprecated spinlock initializationGravatar Thomas Gleixner 1-1/+1