- 03 Jul, 2020 2 commits
-
-
Christian Brauner authored
Signed-off-by:Christian Brauner <christian.brauner@ubuntu.com>
-
Christian Brauner authored
Signed-off-by:Christian Brauner <christian.brauner@ubuntu.com>
-
- 01 Jul, 2020 2 commits
-
-
Stéphane Graber authored
templates/lxc-download.in: use GPG option "--receive-keys"
-
Johannes Kastl authored
Signed-off-by:Johannes Kastl <kastl@b1-systems.de>
-
- 30 Jun, 2020 4 commits
-
-
Stéphane Graber authored
templates/lxc-download.in: fix wrong if-condition
-
Johannes Kastl authored
Signed-off-by:Johannes Kastl <kastl@b1-systems.de>
-
Johannes Kastl authored
templates/lxc-download.in: fix wrong if condition (use the result of the gpg command, not the result when executing the result of the gpg command) Signed-off-by:Johannes Kastl <kastl@b1-systems.de>
-
Christian Brauner authored
attach: set no_new_privs flag after LSM label
-
- 29 Jun, 2020 6 commits
-
-
Alexander Livenets authored
In `start.c:1284`, no_new_privs flag is set after LSM label is set. Also, in `lxc.container.conf` documentation it is written that: ``` Note that PR_SET_NO_NEW_PRIVS is applied after the container has changed into its intended AppArmor profile or SElinux context. ``` This commit fixes the behavior of `lxc_attach` by moving `PR_SET_NO_NEW_PRIVS` set logic after LSM for the process is configured; Closes #3393 Signed-off-by:Alexander Livenets <a.livenets@gmail.com>
-
Stéphane Graber authored
clone_into_cgroup: fixes
-
Christian Brauner authored
Closes: Coverity 1465044. Closes: Coverity 1465046. Signed-off-by:Christian Brauner <christian.brauner@ubuntu.com>
-
Christian Brauner authored
Fixes: Coverity 1465045. Signed-off-by:Christian Brauner <christian.brauner@ubuntu.com>
-
Stéphane Graber authored
lxc: support CLONE_INTO_CGROUP
-
Christian Brauner authored
Signed-off-by:Christian Brauner <christian.brauner@ubuntu.com>
-
- 26 Jun, 2020 7 commits
-
-
Stéphane Graber authored
confile: handle overflow in lxc.time.offset.{boot,monotonic} -
Stéphane Graber authored
Update Japanese lxc.container.conf(5)
-
Christian Brauner authored
Signed-off-by:Christian Brauner <christian.brauner@ubuntu.com>
-
Christian Brauner authored
Signed-off-by:Christian Brauner <christian.brauner@ubuntu.com>
-
KATOH Yasufumi authored
and fix a type in English man page. Update for commit 7fb5a8dfSigned-off-by:
KATOH Yasufumi <karma@jazz.email.ne.jp>
-
KATOH Yasufumi authored
Update for commit a789ca4cSigned-off-by:
KATOH Yasufumi <karma@jazz.email.ne.jp>
-
Stéphane Graber authored
time namespace support
-
- 25 Jun, 2020 5 commits
-
-
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>
-
Stéphane Graber authored
commands: don't flood logs
-
Christian Brauner authored
We're ignoring commands that we don't know about. They used to be fatal. Not anymore. Closes: #3459. Signed-off-by:Christian Brauner <christian.brauner@ubuntu.com>
-
- 24 Jun, 2020 1 commit
-
-
Christian Brauner authored
lxc-net: Set broadcast
-
- 23 Jun, 2020 3 commits
-
-
Stéphane Graber authored
Closes #3457 Signed-off-by:Stéphane Graber <stgraber@ubuntu.com>
-
Christian Brauner authored
lxccontainer: fix non-blocking container stop
-
Robert Vogelgesang authored
Stopping a lxc container with without waiting on it was broken in master. This patch fixes it. Signed-off-by:Robert Vogelgesang <vogel@folz.de>
-
- 19 Jun, 2020 5 commits
-
-
Stéphane Graber authored
tree-wide: variable naming update
-
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>
-
- 18 Jun, 2020 5 commits
-
-
Christian Brauner authored
network: Rename primary to master
-
Stéphane Graber authored
The previous change made things confusing by impliying there may be a secondary when VLAN/IPVLAN/bridge members can only have a single parent device. Signed-off-by:Stéphane Graber <stgraber@ubuntu.com>
-
Stéphane Graber authored
This reverts commit 9d053394. This causes a double-free as the variable is already using __do_free. Closes #3452 Signed-off-by:
Stéphane Graber <stgraber@ubuntu.com>
-
Christian Brauner authored
Signed-off-by:Christian Brauner <christian.brauner@ubuntu.com>
-
Christian Brauner authored
We can't do anything about the established kernel API but we can at least not propagate the terminology. Signed-off-by:Christian Brauner <christian.brauner@ubuntu.com>
-