- 30 Apr, 2019 7 commits
-
-
Christian Brauner authored
I'm not sure that I want to be married (to this layout) just yet. Signed-off-by:Christian Brauner <christian.brauner@ubuntu.com>
-
Stéphane Graber authored
seccomp: notifier fixes
-
Christian Brauner authored
Signed-off-by:Christian Brauner <christian.brauner@ubuntu.com>
-
Christian Brauner authored
network: Makes some routing functions static
-
tomponline authored
The following functions can be made static for consistency: lxc_ipv4_dest_add lxc_ipv6_dest_add lxc_ip_route_dest_add (renamed) Signed-off-by:tomponline <thomas.parrott@canonical.com>
-
Christian Brauner authored
docs: Adds missing doc entries for seccomp related API extensions
-
tomponline authored
Signed-off-by:tomponline <thomas.parrott@canonical.com>
-
- 29 Apr, 2019 10 commits
-
-
Christian Brauner authored
network: Adds veth static routes feature
-
Christian Brauner authored
network: Fixes bug in macvlan mode selection
-
tomponline authored
Signed-off-by:tomponline <thomas.parrott@canonical.com>
-
Stéphane Graber authored
seccomp: cleanup
-
Christian Brauner authored
Simplify and cleanup some of the seccomp code. This mainly focuses on removing the open coding of various seccomp settings all over the code place in favor of centralized helpers. Signed-off-by:Christian Brauner <christian.brauner@ubuntu.com>
-
Stéphane Graber authored
tests: Updates .gitignore to ignore test build artefacts
-
Stéphane Graber authored
network: Fixes vlan hook script
-
tomponline authored
Signed-off-by:tomponline <thomas.parrott@canonical.com>
-
tomponline authored
Signed-off-by:tomponline <thomas.parrott@canonical.com>
-
tomponline authored
Adds the following new config keys: lxc.net.[i].veth.ipv4.route lxc.net.[i].veth.ipv6.route E.g. lxc.net.0.veth.ipv4.route = 192.0.2.1/32 lxc.net.0.veth.ipv4.route = 192.0.3.0/24 lxc.net.0.veth.ipv6.route = 2001:db8::1/128 lxc.net.0.veth.ipv6.route = 2001:db8:2::/64 Signed-off-by:tomponline <thomas.parrott@canonical.com>
-
- 26 Apr, 2019 4 commits
-
-
Stéphane Graber authored
network: Fixes a little typo in an error message
-
Stéphane Graber authored
network: Adds hook handling for vlan network type
-
tomponline authored
Signed-off-by:tomponline <thomas.parrott@canonical.com>
-
tomponline authored
Signed-off-by:tomponline <thomas.parrott@canonical.com>
-
- 25 Apr, 2019 7 commits
-
-
Stéphane Graber authored
seccomp: SECCOMP_RET_USER_NOTIF support
-
Christian Brauner authored
Signed-off-by:Christian Brauner <christian.brauner@ubuntu.com>
-
Christian Brauner authored
Signed-off-by:Christian Brauner <christian.brauner@ubuntu.com>
-
Christian Brauner authored
Signed-off-by:Christian Brauner <christian.brauner@ubuntu.com>
-
Christian Brauner authored
Signed-off-by:Christian Brauner <christian.brauner@ubuntu.com>
-
Christian Brauner authored
Signed-off-by:Christian Brauner <christian.brauner@ubuntu.com>
-
Christian Brauner authored
Signed-off-by:Christian Brauner <christian.brauner@ubuntu.com>
-
- 24 Apr, 2019 2 commits
-
-
Christian Brauner authored
Fix 'zfs get' command order
-
pgauret authored
Another case of calling 'zfs get' which requires reordering arguments to work with latest zfs. Signed-off-by:Paul Gauret <pgauret@yahoo.com>
-
- 23 Apr, 2019 2 commits
-
-
Christian Brauner authored
lxc-start: remove bad doc
-
Tycho Andersen authored
We don't in fact exit(1) if this is not specified, and it wouldn't make sense to, since most people probably don't specify this. Signed-off-by:Tycho Andersen <tycho@tycho.ws>
-
- 19 Apr, 2019 2 commits
-
-
Stéphane Graber authored
netns_getifaddrs: adapt to kernel changes
-
Christian Brauner authored
s/NETLINK_DUMP_STRICT_CHK/NETLINK_GET_STRICT_CHK/g Signed-off-by:Christian Brauner <christian.brauner@ubuntu.com>
-
- 17 Apr, 2019 3 commits
-
-
Stéphane Graber authored
configure: s/LDLAGS/LDFLAGS/
-
Christian Brauner authored
I apparently cannot spell. Signed-off-by:Christian Brauner <christian.brauner@ubuntu.com>
-
Stéphane Graber authored
raw_syscalls: lxc_raw_clone() account for different trap number on 32bit SPARC
-
- 16 Apr, 2019 3 commits
-
-
Christian Brauner authored
conf: do lxc.mount.entry mounts right after lxc.mount.fstab
-
Christian Brauner authored
hooks/nvidia: handle spaces in NVIDIA_REQUIRE variables
-
Felix Abecassis authored
These configuration options use the same syntax and therefore it seems more intuitive to have the same behavior for both of them, which is not the case today since mount hooks and autodev mounts are called between the two. See: https://github.com/lxc/lxc/issues/2932Signed-off-by:
Felix Abecassis <fabecassis@nvidia.com>
-