summaryrefslogtreecommitdiff
path: root/include/linux/cred.h
AgeCommit message (Expand)AuthorFilesLines
2025-09-01copy_process: pass clone_flags as u64 across calltreeSimon Schuster1-1/+1
2025-07-07cred: add auto cleanup methodChristian Brauner1-0/+2
2025-03-02cred: Fix RCU warnings in override/revert_credsHerbert Xu1-8/+2
2024-12-02cred: fold get_new_cred_many() into get_cred_many()Christian Brauner1-15/+2
2024-12-02cred: remove unused get_new_cred()Christian Brauner1-13/+0
2024-12-02tree-wide: s/revert_creds_light()/revert_creds()/gChristian Brauner1-1/+1
2024-12-02tree-wide: s/override_creds_light()/override_creds()/gChristian Brauner1-1/+1
2024-12-02cred: remove old {override,revert}_creds() helpersChristian Brauner1-7/+0
2024-12-02cred: return old creds from revert_creds_light()Christian Brauner1-1/+4
2024-12-02tree-wide: s/override_creds()/override_creds_light(get_new_cred())/gChristian Brauner1-2/+3
2024-11-11cred: Add a light version of override/revert_creds()Vinicius Costa Gomes1-0/+18
2023-12-16cred: get rid of CONFIG_DEBUG_CREDENTIALSJens Axboe1-50/+0
2023-12-16cred: switch to using atomic_long_tJens Axboe1-4/+4
2023-10-31Merge tag 'lsm-pr-20231030' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-9/+50
2023-09-29groups: Convert group_info.usage to refcount_tElena Reshetova1-3/+4
2023-09-22cred: add get_cred_many and put_cred_manyMateusz Guzik1-9/+50
2023-07-22cred: remove unsued extern declaration change_create_files_as()YueHaibing1-1/+0
2022-03-15x86: Mark __invalid_creds() __noreturnPeter Zijlstra1-1/+1
2021-06-29Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds1-0/+4
2021-05-07kernel/cred.c: make init_groups staticRasmus Villemoes1-1/+0
2021-04-30Reimplement RLIMIT_NPROC on top of ucountsAlexey Gladkov1-0/+2
2021-04-30Add a reference to ucounts for each credAlexey Gladkov1-0/+2
2021-03-22lsm: separate security_task_getsecid() into subjective and objective variantsPaul Moore1-1/+1
2021-02-26groups: use flexible-array member in struct group_infoHubert Jasudowicz1-1/+1
2019-09-23Merge tag 'selinux-pr-20190917' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-1/+0
2019-09-05lsm: remove current_security()Paul Moore1-1/+0
2019-07-24access: avoid the RCU grace period for the temporary subjective credentialsLinus Torvalds1-1/+7
2019-05-24treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 36Thomas Gleixner1-5/+1
2019-04-10security: don't use RCU accessors for cred->session_keyringJann Horn1-1/+1
2019-01-09SELinux: Remove unused selinux_is_enabledCasey Schaufler1-1/+0
2018-12-19cred: allow get_cred() and put_cred() to be given NULL.NeilBrown1-5/+9
2018-12-19cred: add get_cred_rcu()NeilBrown1-0/+11
2018-12-19cred: add cred_fscmp() for comparing creds.NeilBrown1-0/+1
2018-06-28cred: conditionally declare groups-related functionsOndrej Mosnáček1-5/+10
2017-12-15kernel: make groups_sort calling a responsibility group_info allocatorsThiago Rafael Becker1-0/+1
2017-07-19Merge tag 'gcc-plugins-v4.13-rc2' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-2/+2
2017-06-30randstruct: Mark various structs for randomizationKees Cook1-2/+2
2017-05-18doc: ReSTify credentials.txtKees Cook1-1/+1
2017-03-02sched/headers: Prepare to remove <linux/cred.h> inclusion from <linux/sched.h>Ingo Molnar1-0/+1
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar1-1/+1
2016-10-08cred: simpler, 1D supplementary groupsAlexey Dobriyan1-10/+1
2016-03-23cred/userns: define current_user_ns() as a functionArnd Bergmann1-1/+4
2015-09-05capabilities: ambient capabilitiesAndy Lutomirski1-0/+8
2015-04-16kernel: conditionally support non-root users, groups and capabilitiesIulia Manda1-4/+19
2014-12-06groups: Consolidate the setgroups permission checksEric W. Biederman1-0/+1
2014-07-18nfsd: silence sparse warning about accessing credentialsJeff Layton1-0/+9
2014-04-04kernel/groups.c: remove return value of set_groupsWang YanQing1-1/+1
2013-01-09cred: Remove tgcred pointer from struct credMarc Dionne1-1/+0
2012-12-18Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds1-2/+0
2012-11-20userns: Kill task_user_nsEric W. Biederman1-2/+0