aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/user_namespace.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-05-03userns: Store uid and gid values in struct cred with kuid_t and kgid_t typesEric W. Biederman1-2/+2
2012-04-26userns: Rework the user_namespace adding uid/gid mapping supportEric W. Biederman1-41/+504
2012-04-26userns: Simplify the user_namespace by making userns->creator a kuid.Eric W. Biederman1-22/+20
2012-04-07userns: Disassociate user_struct from the user_namespace.Eric W. Biederman1-5/+1
2012-04-07userns: Start out with a full set of capabilities.Eric W. Biederman1-0/+9
2012-04-07userns: Add an explicit reference to the parent user namespaceEric W. Biederman1-7/+6
2012-04-07cred: Refcount the user_ns pointed to by the cred.Eric W. Biederman1-3/+5
2012-04-07userns: Use cred->user_ns instead of cred->user->user_nsEric W. Biederman1-2/+2
2011-10-31kernel: Map most files to use export.h instead of module.hPaul Gortmaker1-1/+1
2011-01-13user_ns: improve the user_ns on-the-slab packagingPavel Emelyanov1-3/+12
2010-06-16user_ns: Introduce user_nsmap_uid and user_ns_map_gid.Eric W. Biederman1-0/+44
2010-05-21kref: remove kref_setNeilBrown1-2/+2
2009-02-27Fix recursive lock in free_uid()/free_user_ns()David Howells1-4/+17
2008-11-24User namespaces: set of cleanups (v2)Serge Hallyn1-45/+30
2008-11-14CRED: Inaugurate COW credentialsDavid Howells1-1/+11
2008-11-14CRED: Wrap task credential accesses in the core kernelDavid Howells1-1/+1
2008-08-23removed unused #include <linux/version.h>'sAdrian Bunk1-1/+0
2008-04-29eCryptfs: make key module subsystem respect namespacesMichael Halcrow1-0/+1
2008-04-29kernel: explicitly include required header files under kernel/Robert P. J. Day1-0/+1
2008-02-08namespaces: cleanup the code managed with the USER_NS optionPavel Emelyanov1-13/+0
2007-09-19Fix user namespace exiting OOPsPavel Emelyanov1-1/+1
2007-09-19Convert uid hash to hlistPavel Emelyanov1-1/+1
2007-08-31userns: don't leak root userAlexey Dobriyan1-0/+1
2007-07-16fix create_new_namespaces() return valueCedric Le Goater1-3/+3
2007-07-16user namespace: add unshareSerge E. Hallyn1-1/+45
2007-07-16user namespace: add the frameworkCedric Le Goater1-0/+43