summaryrefslogtreecommitdiff
AgeCommit messageAuthorFilesLines
2018-01-10kernel: make groups_sort calling a responsibility group_info allocatorsThiago Rafael Becker8-2/+13
2016-10-08cred: simpler, 1D supplementary groupsAlexey Dobriyan14-85/+46
2015-04-15kernel: conditionally support non-root users, groups and capabilitiesIulia Manda16-26/+126
2014-12-09userns: Don't allow setgroups until a gid mapping has been setablishedEric W. Biederman3-1/+22
2014-12-05groups: Consolidate the setgroups permission checksEric W. Biederman4-3/+11
2014-04-03kernel/groups.c: remove return value of set_groupsWang YanQing3-17/+4
2013-08-31userns: Kill nsown_capable it makes the wrong thing easyEric W. Biederman12-34/+21
2012-05-03userns: Convert in_group_p and in_egroup_p to use kgid_tEric W. Biederman2-10/+8
2012-05-03userns: Convert group_info values from gid_t to kgid_t.Eric W. Biederman12-49/+104
2011-10-31kernel: Map most files to use export.h instead of module.hPaul Gortmaker61-61/+61
2011-03-24userns: user namespaces: convert several capable() callsSerge E. Hallyn13-45/+75
2010-09-10kernel/groups.c: fix integer overflow in groups_searchJerome Marchand1-3/+2
2010-04-12security: remove dead hook task_setgroupsEric Paris4-29/+0
2009-06-17groups: move code to kernel/groups.cAlexey Dobriyan3-283/+289