| Commit message (Expand) | Author | Age | Files | Lines |
* | cred: get rid of CONFIG_DEBUG_CREDENTIALS | Jens Axboe | 2023-12-15 | 1 | -50/+0 |
* | cred: switch to using atomic_long_t | Jens Axboe | 2023-12-15 | 1 | -4/+4 |
* | Merge tag 'lsm-pr-20231030' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 2023-10-30 | 1 | -9/+50 |
|\ |
|
| * | cred: add get_cred_many and put_cred_many | Mateusz Guzik | 2023-09-21 | 1 | -9/+50 |
* | | groups: Convert group_info.usage to refcount_t | Elena Reshetova | 2023-09-29 | 1 | -3/+4 |
|/ |
|
* | cred: remove unsued extern declaration change_create_files_as() | YueHaibing | 2023-07-21 | 1 | -1/+0 |
* | x86: Mark __invalid_creds() __noreturn | Peter Zijlstra | 2022-03-15 | 1 | -1/+1 |
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi... | Linus Torvalds | 2021-06-28 | 1 | -0/+4 |
|\ |
|
| * | Reimplement RLIMIT_NPROC on top of ucounts | Alexey Gladkov | 2021-04-30 | 1 | -0/+2 |
| * | Add a reference to ucounts for each cred | Alexey Gladkov | 2021-04-30 | 1 | -0/+2 |
* | | kernel/cred.c: make init_groups static | Rasmus Villemoes | 2021-05-06 | 1 | -1/+0 |
* | | lsm: separate security_task_getsecid() into subjective and objective variants | Paul Moore | 2021-03-22 | 1 | -1/+1 |
|/ |
|
* | groups: use flexible-array member in struct group_info | Hubert Jasudowicz | 2021-02-26 | 1 | -1/+1 |
* | Merge tag 'selinux-pr-20190917' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 2019-09-23 | 1 | -1/+0 |
|\ |
|
| * | lsm: remove current_security() | Paul Moore | 2019-09-04 | 1 | -1/+0 |
* | | access: avoid the RCU grace period for the temporary subjective credentials | Linus Torvalds | 2019-07-24 | 1 | -1/+7 |
* | | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 36 | Thomas Gleixner | 2019-05-24 | 1 | -5/+1 |
|/ |
|
* | security: don't use RCU accessors for cred->session_keyring | Jann Horn | 2019-04-10 | 1 | -1/+1 |
* | SELinux: Remove unused selinux_is_enabled | Casey Schaufler | 2019-01-08 | 1 | -1/+0 |
* | cred: allow get_cred() and put_cred() to be given NULL. | NeilBrown | 2018-12-19 | 1 | -5/+9 |
* | cred: add get_cred_rcu() | NeilBrown | 2018-12-19 | 1 | -0/+11 |
* | cred: add cred_fscmp() for comparing creds. | NeilBrown | 2018-12-19 | 1 | -0/+1 |
* | cred: conditionally declare groups-related functions | Ondrej Mosnáček | 2018-06-28 | 1 | -5/+10 |
* | kernel: make groups_sort calling a responsibility group_info allocators | Thiago Rafael Becker | 2017-12-14 | 1 | -0/+1 |
* | Merge tag 'gcc-plugins-v4.13-rc2' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 2017-07-19 | 1 | -2/+2 |
|\ |
|
| * | randstruct: Mark various structs for randomization | Kees Cook | 2017-06-30 | 1 | -2/+2 |
* | | doc: ReSTify credentials.txt | Kees Cook | 2017-05-18 | 1 | -1/+1 |
|/ |
|
* | sched/headers: Prepare to remove <linux/cred.h> inclusion from <linux/sched.h> | Ingo Molnar | 2017-03-02 | 1 | -0/+1 |
* | sched/headers: Prepare for new header dependencies before moving code to <lin... | Ingo Molnar | 2017-03-02 | 1 | -1/+1 |
* | cred: simpler, 1D supplementary groups | Alexey Dobriyan | 2016-10-07 | 1 | -10/+1 |
* | cred/userns: define current_user_ns() as a function | Arnd Bergmann | 2016-03-22 | 1 | -1/+4 |
* | capabilities: ambient capabilities | Andy Lutomirski | 2015-09-04 | 1 | -0/+8 |
* | kernel: conditionally support non-root users, groups and capabilities | Iulia Manda | 2015-04-15 | 1 | -4/+19 |
* | groups: Consolidate the setgroups permission checks | Eric W. Biederman | 2014-12-05 | 1 | -0/+1 |
* | nfsd: silence sparse warning about accessing credentials | Jeff Layton | 2014-07-17 | 1 | -0/+9 |
* | kernel/groups.c: remove return value of set_groups | Wang YanQing | 2014-04-03 | 1 | -1/+1 |
* | cred: Remove tgcred pointer from struct cred | Marc Dionne | 2013-01-09 | 1 | -1/+0 |
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi... | Linus Torvalds | 2012-12-17 | 1 | -2/+0 |
|\ |
|
| * | userns: Kill task_user_ns | Eric W. Biederman | 2012-11-20 | 1 | -2/+0 |
* | | KEYS: Make the session and process keyrings per-thread | David Howells | 2012-10-02 | 1 | -15/+2 |
|/ |
|
* | cred: remove task_is_dead() from __task_cred() validation | Oleg Nesterov | 2012-05-31 | 1 | -7/+3 |
* | userns: Convert in_group_p and in_egroup_p to use kgid_t | Eric W. Biederman | 2012-05-03 | 1 | -2/+2 |
* | userns: Store uid and gid values in struct cred with kuid_t and kgid_t types | Eric W. Biederman | 2012-05-03 | 1 | -8/+8 |
* | userns: Convert group_info values from gid_t to kgid_t. | Eric W. Biederman | 2012-05-03 | 1 | -4/+5 |
* | cred: Refcount the user_ns pointed to by the cred. | Eric W. Biederman | 2012-04-07 | 1 | -1/+1 |
* | cred: Add forward declaration of init_user_ns in all cases. | Eric W. Biederman | 2012-04-07 | 1 | -1/+1 |
* | capabilities: remove task_ns_* functions | Eric Paris | 2012-01-05 | 1 | -2/+4 |
* | cred: use 'const' in get_current_{user,groups} | Linus Torvalds | 2011-08-08 | 1 | -2/+2 |
* | CRED: Restore const to current_cred() | David Howells | 2011-08-08 | 1 | -1/+1 |
* | fix rcu annotations noise in cred.h | Al Viro | 2011-08-07 | 1 | -5/+6 |