aboutsummaryrefslogtreecommitdiff
path: root/kernel/user_namespace.c
AgeCommit message (Expand)AuthorFilesLines
2016-08-08userns: Add per user namespace sysctls.Gravatar Eric W. Biederman 1-2/+16
2016-08-08userns: Free user namespaces in process contextGravatar Eric W. Biederman 1-3/+11
2016-06-24fs: Limit file caps to the user namespace of the super blockGravatar Seth Forshee 1-0/+14
2016-01-04kernel/*: switch to memdup_user_nul()Gravatar Al Viro 1-14/+7
2015-09-04capabilities: ambient capabilitiesGravatar Andy Lutomirski 1-0/+1
2015-08-12userns,pidns: Force thread group sharing, not signal handler sharing.Gravatar Eric W. Biederman 1-2/+2
2014-12-17Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Gravatar Linus Torvalds 1-11/+113
2014-12-11userns; Correct the comment in map_writeGravatar Eric W. Biederman 1-1/+1
2014-12-11userns: Allow setting gid_maps without privilege when setgroups is disabledGravatar Eric W. Biederman 1-0/+5
2014-12-11userns: Add a knob to disable setgroups on a per user namespace basisGravatar Eric W. Biederman 1-0/+85
2014-12-09userns: Rename id_map_mutex to userns_state_mutexGravatar Eric W. Biederman 1-8/+6
2014-12-09userns: Only allow the creator of the userns unprivileged mappingsGravatar Eric W. Biederman 1-2/+4
2014-12-09userns: Check euid no fsuid when establishing an unprivileged uid mappingGravatar Eric W. Biederman 1-1/+1
2014-12-09userns: Don't allow unprivileged creation of gid mappingsGravatar Eric W. Biederman 1-4/+0
2014-12-09userns: Don't allow setgroups until a gid mapping has been setablishedGravatar Eric W. Biederman 1-0/+14
2014-12-05userns: Document what the invariant required for safe unprivileged mappings.Gravatar Eric W. Biederman 1-1/+3
2014-12-04copy address of proc_ns_ops into ns_commonGravatar Al Viro 1-0/+1
2014-12-04new helpers: ns_alloc_inum/ns_free_inumGravatar Al Viro 1-2/+2
2014-12-04make proc_ns_operations work with struct ns_common * instead of void *Gravatar Al Viro 1-9/+3
2014-12-04switch the rest of proc_ns_operations to working with &...->nsGravatar Al Viro 1-5/+9
2014-12-04common object embedded into various struct ....nsGravatar Al Viro 1-3/+3
2014-08-08proc: constify seq_operationsGravatar Fabian Frederick 1-3/+3
2014-06-06kernel/user_namespace.c: kernel-doc/checkpatch fixesGravatar Fabian Frederick 1-13/+20
2014-04-14user namespace: fix incorrect memory barriersGravatar Mikulas Patocka 1-6/+5
2014-04-03kernel: audit/fix non-modular users of module_init in core codeGravatar Paul Gortmaker 1-1/+1
2014-02-20user_namespace.c: Remove duplicated word in commentGravatar Brian Campbell 1-1/+1
2013-09-24KEYS: Add per-user_namespace registers for persistent per-UID kerberos cachesGravatar David Howells 1-0/+6
2013-09-07Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Gravatar Linus Torvalds 1-2/+0
2013-08-26userns: Better restrictions on when proc and sysfs can be mountedGravatar Eric W. Biederman 1-2/+0
2013-08-08userns: limit the maximum depth of user_namespace->parent chainGravatar Oleg Nesterov 1-0/+4
2013-08-06userns: unshare_userns(&cred) should not populate cred on failureGravatar Oleg Nesterov 1-4/+9
2013-05-01Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 1-1/+1
2013-05-01proc: Split the namespace stuff out into linux/proc_ns.hGravatar David Howells 1-1/+1
2013-04-14userns: Changing any namespace id mappings should require privilegesGravatar Andy Lutomirski 1-3/+3
2013-04-14userns: Check uid_map's opener's fsuid, not the current fsuidGravatar Andy Lutomirski 1-2/+2
2013-04-14userns: Don't let unprivileged users trick privileged users into setting the ...Gravatar Eric W. Biederman 1-4/+8
2013-03-27userns: Restrict when proc and sysfs can be mountedGravatar Eric W. Biederman 1-0/+2
2013-03-27userns: Don't allow creation if the user is chrootedGravatar Eric W. Biederman 1-0/+9
2013-03-13userns: Don't allow CLONE_NEWUSER | CLONE_FSGravatar Eric W. Biederman 1-0/+4
2013-01-26userns: Allow any uid or gid mappings that don't overlap.Gravatar Eric W. Biederman 1-6/+39
2013-01-26userns: Avoid recursion in put_user_nsGravatar Eric W. Biederman 1-8/+9
2012-12-14userns: Fix typo in description of the limitation of userns_installGravatar Eric W. Biederman 1-1/+1
2012-11-20proc: Usable inode numbers for the namespace file descriptors.Gravatar Eric W. Biederman 1-0/+15
2012-11-20userns: For /proc/self/{uid,gid}_map derive the lower userns from the struct ...Gravatar Eric W. Biederman 1-2/+10
2012-11-20userns: Implement unshare of the user namespaceGravatar Eric W. Biederman 1-0/+15
2012-11-20userns: Implent proc namespace operationsGravatar Eric W. Biederman 1-17/+73
2012-11-20userns: Allow setting a userns mapping to your current uid.Gravatar Eric W. Biederman 1-0/+15
2012-09-18userns: Add kprojid_t and associated infrastructure in projid.hGravatar Eric W. Biederman 1-1/+127
2012-05-03userns: Store uid and gid values in struct cred with kuid_t and kgid_t typesGravatar Eric W. Biederman 1-2/+2
2012-04-26userns: Rework the user_namespace adding uid/gid mapping supportGravatar Eric W. Biederman 1-41/+504