aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/groups.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-07-10kernel/groups.c: use sort library functionRasmus Villemoes1-24/+11
2017-05-08mm, vmalloc: use __GFP_HIGHMEM implicitlyMichal Hocko1-1/+1
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds1-1/+1
2016-10-07cred: simpler, 1D supplementary groupsAlexey Dobriyan1-46/+21
2015-04-15kernel: conditionally support non-root users, groups and capabilitiesIulia Manda1-3/+0
2014-12-09userns: Don't allow setgroups until a gid mapping has been setablishedEric W. Biederman1-1/+3
2014-12-05groups: Consolidate the setgroups permission checksEric W. Biederman1-1/+8
2014-04-03kernel/groups.c: remove return value of set_groupsWang YanQing1-12/+2
2013-08-30userns: Kill nsown_capable it makes the wrong thing easyEric W. Biederman1-1/+1
2012-05-03userns: Convert in_group_p and in_egroup_p to use kgid_tEric W. Biederman1-8/+6
2012-05-03userns: Convert group_info values from gid_t to kgid_t.Eric W. Biederman1-23/+25
2011-10-31kernel: Map most files to use export.h instead of module.hPaul Gortmaker1-1/+1
2011-03-23userns: user namespaces: convert several capable() callsSerge E. Hallyn1-1/+1
2010-09-09kernel/groups.c: fix integer overflow in groups_searchJerome Marchand1-3/+2
2010-04-12security: remove dead hook task_setgroupsEric Paris1-6/+0
2009-06-16groups: move code to kernel/groups.cAlexey Dobriyan1-0/+288