summaryrefslogtreecommitdiff
path: root/kernel/groups.c
AgeCommit message (Expand)Author
2017-12-20kernel: make groups_sort calling a responsibility group_info allocatorsThiago Rafael Becker
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman
2017-07-10kernel/groups.c: use sort library functionRasmus Villemoes
2017-05-08mm, vmalloc: use __GFP_HIGHMEM implicitlyMichal Hocko
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds
2016-10-07cred: simpler, 1D supplementary groupsAlexey Dobriyan
2015-04-15kernel: conditionally support non-root users, groups and capabilitiesIulia Manda
2014-12-09userns: Don't allow setgroups until a gid mapping has been setablishedEric W. Biederman
2014-12-05groups: Consolidate the setgroups permission checksEric W. Biederman
2014-04-03kernel/groups.c: remove return value of set_groupsWang YanQing
2013-08-30userns: Kill nsown_capable it makes the wrong thing easyEric W. Biederman
2012-05-03userns: Convert in_group_p and in_egroup_p to use kgid_tEric W. Biederman
2012-05-03userns: Convert group_info values from gid_t to kgid_t.Eric W. Biederman
2011-10-31kernel: Map most files to use export.h instead of module.hPaul Gortmaker
2011-03-23userns: user namespaces: convert several capable() callsSerge E. Hallyn
2010-09-09kernel/groups.c: fix integer overflow in groups_searchJerome Marchand
2010-04-12security: remove dead hook task_setgroupsEric Paris
2009-06-16groups: move code to kernel/groups.cAlexey Dobriyan