libvirt/src/lxc
Radostin Stoyanov f8f525ff86 lxc: Set max uid/gid mappings for user namespace
There is a limit on the number of lines in the /proc/<pid>/{g,u}id_map
files. In Linux 4.14 and earlier, this limit was (arbitrarily) set at
5 lines. Since Linux 4.15, which was released on 28 Jan 2018, the limit
is 340 lines.

This change is documented in user_namespaces(7).

https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/?id=6397fac4915ab3002dc15aae751455da1a852f25

Signed-off-by: Radostin Stoyanov <rstoyanov1@gmail.com>
2018-12-17 11:03:29 +00:00
..
libvirtd_lxc.aug
lxc_cgroup.c lxc: Use virCgroupGetMemoryStat 2018-08-13 11:53:53 +02:00
lxc_cgroup.h Enforce a standard header file guard symbol name 2018-12-14 10:47:13 +00:00
lxc_conf.c Remove all Author(s): lines from source file headers 2018-12-13 16:08:38 +00:00
lxc_conf.h Enforce a standard header file guard symbol name 2018-12-14 10:47:13 +00:00
lxc_container.c Remove all Author(s): lines from source file headers 2018-12-13 16:08:38 +00:00
lxc_container.h Enforce a standard header file guard symbol name 2018-12-14 10:47:13 +00:00
lxc_controller.c lxc: Set max uid/gid mappings for user namespace 2018-12-17 11:03:29 +00:00
lxc_domain.c Revert "util: cgroup: modify virCgroupFree to take virCgroupPtr" 2018-07-30 13:30:11 +02:00
lxc_domain.h Enforce a standard header file guard symbol name 2018-12-14 10:47:13 +00:00
lxc_driver.c Remove all Author(s): lines from source file headers 2018-12-13 16:08:38 +00:00
lxc_driver.h Enforce a standard header file guard symbol name 2018-12-14 10:47:13 +00:00
lxc_fuse.c Remove all Author(s): lines from source file headers 2018-12-13 16:08:38 +00:00
lxc_fuse.h Enforce a standard header file guard symbol name 2018-12-14 10:47:13 +00:00
lxc_hostdev.c Remove all Author(s): lines from source file headers 2018-12-13 16:08:38 +00:00
lxc_hostdev.h Enforce a standard header file guard symbol name 2018-12-14 10:47:13 +00:00
lxc_monitor_protocol.x
lxc_monitor.c lxc_monitor: Avoid AB / BA lock race 2018-09-25 17:08:08 +02:00
lxc_monitor.h Enforce a standard header file guard symbol name 2018-12-14 10:47:13 +00:00
lxc_native.c Remove all Author(s): lines from source file headers 2018-12-13 16:08:38 +00:00
lxc_native.h Enforce a standard header file guard symbol name 2018-12-14 10:47:13 +00:00
lxc_process.c Revert "util: cgroup: modify virCgroupFree to take virCgroupPtr" 2018-07-30 13:30:11 +02:00
lxc_process.h Enforce a standard header file guard symbol name 2018-12-14 10:47:13 +00:00
lxc.conf lxc.conf: s/QEMU/LXC/ 2016-11-09 18:56:15 +01:00
Makefile.inc.am make sure libvirt is linked first 2018-03-05 16:49:50 +00:00
test_libvirtd_lxc.aug.in