summaryrefslogtreecommitdiff
path: root/kernel/user_namespace.c
AgeCommit message (Expand)Author
2017-11-16Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds
2017-10-31userns: Simplify insert_extentEric W. Biederman
2017-10-31userns: Make map_id_down a wrapper for map_id_range_downEric W. Biederman
2017-10-31userns: Don't read extents twice in m_startEric W. Biederman
2017-10-31userns: Simplify the user and group mapping functionsEric W. Biederman
2017-10-31userns: Don't special case a count of 0Eric W. Biederman
2017-10-31userns: bump idmap limits to 340Christian Brauner
2017-10-25locking/atomics: COCCINELLE/treewide: Convert trivial ACCESS_ONCE() patterns ...Mark Rutland
2017-07-20userns,pidns: Verify the userns for new pid namespacesEric W. Biederman
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar
2016-09-22Merge branch 'nsfs-ioctls' into HEADEric W. Biederman
2016-09-22nsfs: add ioctl to get a parent namespaceAndrey Vagin
2016-09-22kernel: add a helper to get an owning user namespace for a namespaceAndrey Vagin
2016-09-22userns: When the per user per user namespace limit is reached return ENOSPCEric W. Biederman
2016-08-08userns: Generalize the user namespace count into ucountEric W. Biederman
2016-08-08userns: Make the count of user namespaces per userEric W. Biederman
2016-08-08userns: Add a limit on the number of user namespacesEric W. Biederman
2016-08-08userns: Add per user namespace sysctls.Eric W. Biederman
2016-08-08userns: Free user namespaces in process contextEric W. Biederman
2016-06-24fs: Limit file caps to the user namespace of the super blockSeth Forshee
2016-01-04kernel/*: switch to memdup_user_nul()Al Viro
2015-09-04capabilities: ambient capabilitiesAndy Lutomirski
2015-08-12userns,pidns: Force thread group sharing, not signal handler sharing.Eric W. Biederman
2014-12-17Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds
2014-12-11userns; Correct the comment in map_writeEric W. Biederman
2014-12-11userns: Allow setting gid_maps without privilege when setgroups is disabledEric W. Biederman
2014-12-11userns: Add a knob to disable setgroups on a per user namespace basisEric W. Biederman
2014-12-09userns: Rename id_map_mutex to userns_state_mutexEric W. Biederman
2014-12-09userns: Only allow the creator of the userns unprivileged mappingsEric W. Biederman
2014-12-09userns: Check euid no fsuid when establishing an unprivileged uid mappingEric W. Biederman
2014-12-09userns: Don't allow unprivileged creation of gid mappingsEric W. Biederman
2014-12-09userns: Don't allow setgroups until a gid mapping has been setablishedEric W. Biederman
2014-12-05userns: Document what the invariant required for safe unprivileged mappings.Eric W. Biederman
2014-12-04copy address of proc_ns_ops into ns_commonAl Viro
2014-12-04new helpers: ns_alloc_inum/ns_free_inumAl Viro
2014-12-04make proc_ns_operations work with struct ns_common * instead of void *Al Viro
2014-12-04switch the rest of proc_ns_operations to working with &...->nsAl Viro
2014-12-04common object embedded into various struct ....nsAl Viro
2014-08-08proc: constify seq_operationsFabian Frederick
2014-06-06kernel/user_namespace.c: kernel-doc/checkpatch fixesFabian Frederick
2014-04-14user namespace: fix incorrect memory barriersMikulas Patocka
2014-04-03kernel: audit/fix non-modular users of module_init in core codePaul Gortmaker
2014-02-20user_namespace.c: Remove duplicated word in commentBrian Campbell
2013-09-24KEYS: Add per-user_namespace registers for persistent per-UID kerberos cachesDavid Howells
2013-09-07Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds
2013-08-26userns: Better restrictions on when proc and sysfs can be mountedEric W. Biederman
2013-08-08userns: limit the maximum depth of user_namespace->parent chainOleg Nesterov
2013-08-06userns: unshare_userns(&cred) should not populate cred on failureOleg Nesterov
2013-05-01Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2013-05-01proc: Split the namespace stuff out into linux/proc_ns.hDavid Howells