aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/kernel/cred.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2024-02-23cred: Use KMEM_CACHE() instead of kmem_cache_create()Kunwu Chan1-2/+2
2023-12-15cred: get rid of CONFIG_DEBUG_CREDENTIALSJens Axboe1-215/+16
2023-12-15cred: switch to using atomic_long_tJens Axboe1-32/+32
2023-10-30Merge tag 'lsm-pr-20231030' of git://git.kernel.org/pub/scm/linux/kernel/git/pcmoore/lsmLinus Torvalds1-11/+15
2023-09-29groups: Convert group_info.usage to refcount_tElena Reshetova1-1/+1
2023-09-21cred: add get_cred_many and put_cred_manyMateusz Guzik1-11/+15
2023-08-18cred: convert printks to pr_<level>tiozhang1-12/+15
2022-11-01cred: Do not default to init_cred in prepare_kernel_cred()Kees Cook1-8/+7
2022-03-15x86: Mark __invalid_creds() __noreturnPeter Zijlstra1-1/+1
2022-02-17ucounts: Base set_cred_ucounts changes on the real userEric W. Biederman1-7/+2
2021-10-20ucounts: In set_cred_ucounts assume new->ucounts is non-NULLEric W. Biederman1-3/+2
2021-10-20ucounts: Move get_ucounts from cred_alloc_blank to key_change_session_keyringEric W. Biederman1-2/+0
2021-10-19ucounts: Proper error handling in set_cred_ucountsEric W. Biederman1-2/+3
2021-10-19ucounts: Pair inc_rlimit_ucounts with dec_rlimit_ucoutns in commit_credsEric W. Biederman1-1/+1
2021-08-23ucounts: Increase ucounts reference counter before the security hookAlexey Gladkov1-6/+6
2021-06-28Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespaceLinus Torvalds1-5/+46
2021-05-28cred: add missing return error code when set_cred_ucounts() failedYang Yingliang1-1/+2
2021-05-06kernel/cred.c: make init_groups staticRasmus Villemoes1-1/+1
2021-04-30Reimplement RLIMIT_NPROC on top of ucountsAlexey Gladkov1-5/+5
2021-04-30Add a reference to ucounts for each credAlexey Gladkov1-0/+40
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