aboutsummaryrefslogtreecommitdiff
path: root/include/linux/user_namespace.h
AgeCommit message (Expand)AuthorFilesLines
2023-10-11binfmt_misc: enable sandboxed mountsGravatar Christian Brauner 1-0/+8
2022-05-18ucounts: Split rlimit and ucount values and max valuesGravatar Alexey Gladkov 1-13/+22
2021-10-18ucounts: Fix signal ucount refcountingGravatar Eric W. Biederman 1-0/+2
2021-06-28Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Gravatar Linus Torvalds 1-3/+28
2021-04-30ucounts: Set ucount_max to the largest positive value the type can holdGravatar Alexey Gladkov 1-0/+6
2021-04-30Reimplement RLIMIT_MEMLOCK on top of ucountsGravatar Alexey Gladkov 1-0/+1
2021-04-30Reimplement RLIMIT_SIGPENDING on top of ucountsGravatar Alexey Gladkov 1-0/+1
2021-04-30Reimplement RLIMIT_MSGQUEUE on top of ucountsGravatar Alexey Gladkov 1-0/+1
2021-04-30Reimplement RLIMIT_NPROC on top of ucountsGravatar Alexey Gladkov 1-0/+12
2021-04-30Use atomic_t for ucounts reference countingGravatar Alexey Gladkov 1-2/+2
2021-04-30Add a reference to ucounts for each credGravatar Alexey Gladkov 1-0/+4
2021-04-30Increase size of ucounts to atomic_long_tGravatar Alexey Gladkov 1-2/+2
2021-04-29Merge tag 'fsnotify_for_v5.13-rc1' of git://git.kernel.org/pub/scm/linux/kern...Gravatar Linus Torvalds 1-0/+4
2021-04-20capabilities: require CAP_SETFCAP to map uid 0Gravatar Serge E. Hallyn 1-0/+3
2021-03-16fanotify: configurable limits via sysfsGravatar Amir Goldstein 1-0/+4
2020-08-19user: Use generic ns_common::countGravatar Kirill Tkhai 1-3/+2
2020-01-14ns: Introduce Time NamespaceGravatar Andrei Vagin 1-0/+1
2019-06-26keys: Move the user and user-session keyrings to the user_namespaceGravatar David Howells 1-2/+7
2019-06-26keys: Namespace keyring namesGravatar David Howells 1-0/+5
2017-11-16Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Gravatar Linus Torvalds 1-7/+16
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGravatar Greg Kroah-Hartman 1-0/+1
2017-10-31userns: bump idmap limits to 340Gravatar Christian Brauner 1-3/+4
2017-10-31userns: use union in {g,u}idmap structGravatar Christian Brauner 1-5/+13
2017-09-11Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Gravatar Linus Torvalds 1-1/+8
2017-07-20userns,pidns: Verify the userns for new pid namespacesGravatar Eric W. Biederman 1-1/+8
2017-06-30randstruct: Mark various structs for randomizationGravatar Kees Cook 1-1/+1
2017-03-06ucount: Remove the atomicity from ucount->countGravatar Eric W. Biederman 1-1/+1
2017-03-03sched/headers, timers: Remove the <linux/sysctl.h> include from <linux/timer.h>Gravatar Ingo Molnar 1-0/+1
2017-03-03sched/headers: Remove <linux/rwsem.h> from <linux/sched.h>Gravatar Ingo Molnar 1-0/+1
2017-03-02sched/headers: Prepare for the removal of various unrelated headers from <lin...Gravatar Ingo Molnar 1-0/+1
2017-01-24inotify: Convert to using per-namespace limitsGravatar Nikolay Borisov 1-0/+4
2016-09-22Merge branch 'nsfs-ioctls' into HEADGravatar Eric W. Biederman 1-0/+7
2016-09-22kernel: add a helper to get an owning user namespace for a namespaceGravatar Andrey Vagin 1-0/+7
2016-08-31mntns: Add a limit on the number of mount namespaces.Gravatar Eric W. Biederman 1-0/+1
2016-08-08netns: Add a limit on the number of net namespacesGravatar Eric W. Biederman 1-0/+1
2016-08-08cgroupns: Add a limit on the number of cgroup namespacesGravatar Eric W. Biederman 1-0/+1
2016-08-08ipcns: Add a limit on the number of ipc namespacesGravatar Eric W. Biederman 1-0/+1
2016-08-08utsns: Add a limit on the number of uts namespacesGravatar Eric W. Biederman 1-0/+1
2016-08-08pidns: Add a limit on the number of pid namespacesGravatar Eric W. Biederman 1-0/+1
2016-08-08userns: Generalize the user namespace count into ucountGravatar Eric W. Biederman 1-4/+10
2016-08-08userns: Make the count of user namespaces per userGravatar Eric W. Biederman 1-4/+14
2016-08-08userns: Add a limit on the number of user namespacesGravatar Eric W. Biederman 1-0/+6
2016-08-08userns: Add per user namespace sysctls.Gravatar Eric W. Biederman 1-0/+4
2016-08-08userns: Free user namespaces in process contextGravatar Eric W. Biederman 1-2/+3
2016-06-24fs: Limit file caps to the user namespace of the super blockGravatar Seth Forshee 1-0/+6
2014-12-17Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Gravatar Linus Torvalds 1-0/+12
2014-12-11userns: Add a knob to disable setgroups on a per user namespace basisGravatar Eric W. Biederman 1-0/+7
2014-12-09userns: Don't allow setgroups until a gid mapping has been setablishedGravatar Eric W. Biederman 1-0/+5
2014-12-04common object embedded into various struct ....nsGravatar Al Viro 1-1/+2
2014-08-08proc: constify seq_operationsGravatar Fabian Frederick 1-3/+3