aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/cred.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-05-20exec: Teach prepare_exec_creds how exec treats uids & gidsEric W. Biederman1-0/+3
2020-03-25kernel: doc: remove outdated comment cred.cBernd Edlinger1-2/+0
2020-01-14Merge branch 'dhowells' (patches from DavidH)Linus Torvalds1-2/+2
2020-01-14keys: Fix request_key() cacheDavid Howells1-2/+2
2020-01-04memcg: account security cred as well to kmemcgShakeel Butt1-3/+3
2019-07-25Merge branch 'access-creds'Linus Torvalds1-2/+19
2019-07-24access: avoid the RCU grace period for the temporary subjective credentialsLinus Torvalds1-2/+19
2019-07-08Merge tag 'keys-request-20190626' of git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-fsLinus Torvalds1-0/+9
2019-07-08Merge tag 'keys-misc-20190619' of git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-fsLinus Torvalds1-2/+2
2019-06-19keys: Cache result of request_key*() temporarily in task_structDavid Howells1-0/+9
2019-06-11Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespaceLinus Torvalds1-0/+9
2019-06-11ptrace: restore smp_rmb() in __ptrace_may_access()Jann Horn1-0/+9
2019-05-24treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 36Thomas Gleixner1-5/+1
2019-05-22keys: sparse: Fix key_fs[ug]id_changed()David Howells1-2/+2
2019-01-08SELinux: Remove cred security blob poisoningCasey Schaufler1-13/+0
2018-12-19cred: export get_task_cred().NeilBrown1-0/+1
2018-12-19cred: add get_cred_rcu()NeilBrown1-1/+1
2018-12-19cred: add cred_fscmp() for comparing creds.NeilBrown1-0/+55
2017-05-18doc: ReSTify credentials.txtKees Cook1-1/+1
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <linux/sched/coredump.h>Ingo Molnar1-0/+1
2016-06-30cred: Reject inodes with invalid ids in set_create_file_as()Seth Forshee1-0/+2
2016-01-14kmemcg: account certain kmem allocations to memcgVladimir Davydov1-2/+2
2015-09-10kernel/cred.c: remove unnecessary kdebug atomic readsJoe Perches1-4/+9
2015-04-15kernel: conditionally support non-root users, groups and capabilitiesIulia Manda1-0/+3
2012-12-18Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespaceLinus Torvalds1-1/+26
2012-12-16Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-securityLinus Torvalds1-112/+15
2012-12-14userns: Add a more complete capability subset test to commit_credsEric W. Biederman1-1/+26
2012-10-02KEYS: Make the session and process keyrings per-threadDavid Howells1-112/+15
2012-08-23userns: Make credential debugging user namespace safe.Eric W. Biederman1-2/+8
2012-05-23keys: kill task_struct->replacement_session_keyringOleg Nesterov1-9/+0
2012-05-23Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespaceLinus Torvalds1-19/+25
2012-05-03userns: Store uid and gid values in struct cred with kuid_t and kgid_t typesEric W. Biederman1-14/+22
2012-04-11cred: copy_process() should clear child->replacement_session_keyringOleg Nesterov1-0/+2
2012-04-07cred: Refcount the user_ns pointed to by the cred.Eric W. Biederman1-5/+3
2012-02-14security: trim security.hAl Viro1-0/+1
2011-10-31kernel: Map most files to use export.h instead of module.hPaul Gortmaker1-1/+1
2011-10-25Merge branch 'next' of git://selinuxproject.org/~jmorris/linux-securityLinus Torvalds1-2/+16
2011-08-23CRED: fix build error due to 'tgcred' undeclaredAxel Lin1-0/+2
2011-08-23CRED: Fix prepare_kernel_cred() to provide a new thread_group_cred structDavid Howells1-2/+14
2011-08-11move RLIMIT_NPROC check from set_user() to do_execve_common()Vasiliy Kulikov1-4/+2
2011-05-27Merge branch 'docs-move' of git://git.kernel.org/pub/scm/linux/kernel/git/rdunlap/linux-docsLinus Torvalds1-1/+1
2011-05-19Create Documentation/security/,Randy Dunlap1-1/+1
2011-05-19Merge branch 'master' into nextJames Morris1-6/+6
2011-05-13Cache user_ns in struct credSerge E. Hallyn1-6/+6
2011-04-04capabilities: delete all CAP_INIT macrosEric Paris1-3/+3
2011-03-23userns: security: make capabilities relative to the user namespaceSerge E. Hallyn1-0/+6
2011-02-16Merge commit 'v2.6.38-rc5' into core/lockingIngo Molnar1-6/+10
2011-02-07CRED: Fix memory and refcount leaks upon security_prepare_creds() failureTetsuo Handa1-2/+2
2011-02-07CRED: Fix BUG() upon security_cred_alloc_blank() failureTetsuo Handa1-4/+8
2011-01-27cred: Replace deprecated spinlock initializationThomas Gleixner1-1/+1