aboutsummaryrefslogtreecommitdiff
path: root/kernel/user_namespace.c
AgeCommit message (Expand)Author
2022-02-25ucounts: Fix systemd LimitNPROC with private users regressionEric W. Biederman
2021-09-03memcg: enable accounting for new namesapces and struct nsproxyVasily Averin
2021-06-28Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds
2021-05-07kernel/user_namespace.c: fix typosXiaofeng Cao
2021-04-30ucounts: Set ucount_max to the largest positive value the type can holdAlexey Gladkov
2021-04-30Reimplement RLIMIT_MEMLOCK on top of ucountsAlexey Gladkov
2021-04-30Reimplement RLIMIT_SIGPENDING on top of ucountsAlexey Gladkov
2021-04-30Reimplement RLIMIT_MSGQUEUE on top of ucountsAlexey Gladkov
2021-04-30Reimplement RLIMIT_NPROC on top of ucountsAlexey Gladkov
2021-04-30Add a reference to ucounts for each credAlexey Gladkov
2021-04-20capabilities: require CAP_SETFCAP to map uid 0Serge E. Hallyn
2020-12-14Merge tag 'fixes-v5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/brau...Linus Torvalds
2020-10-16kernel/: fix repeated words in commentsRandy Dunlap
2020-08-19user: Use generic ns_common::countKirill Tkhai
2020-05-09nsproxy: add struct nssetChristian Brauner
2019-07-08Merge tag 'keys-namespace-20190627' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2019-06-26keys: Move the user and user-session keyrings to the user_namespaceDavid Howells
2019-06-26keys: Namespace keyring namesDavid Howells
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 441Thomas Gleixner
2018-11-07userns: also map extents in the reverse map to kernel IDsJann Horn
2018-08-11userns: move user access out of the mutexJann Horn
2018-06-12treewide: kmalloc() -> kmalloc_array()Kees Cook
2018-03-20fuse: Restrict allow_other to the superblock's namespace or a descendantSeth Forshee
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