- 10 Jun, 2018 1 commit
-
-
Christian Brauner authored
fix bug: unpriv lxc will run lxc.net.[i].script.up now
-
- 09 Jun, 2018 1 commit
-
-
harryoooooooooo authored
Signed-off-by:harryoooooooooo <ymsc27884@gmail.com>
-
- 08 Jun, 2018 16 commits
-
-
Christian Brauner authored
coverity: #1425811
-
Donghwa Jeong authored
Resource leak Signed-off-by:Donghwa Jeong <dh48.jeong@samsung.com>
-
Christian Brauner authored
coverity: #1425753
-
Donghwa Jeong authored
Copy into fixed size buffer Signed-off-by:Donghwa Jeong <dh48.jeong@samsung.com>
-
Christian Brauner authored
coverity: #1425836
-
Donghwa Jeong authored
Resource leak Signed-off-by:Donghwa Jeong <dh48.jeong@samsung.com>
-
Christian Brauner authored
pam_cgfs: fix Logically dead code.
-
Christian Brauner authored
coverity: #1425849, #1425821, #1425794, #1425779, #1425777, #1425795, #1425841
-
Donghwa Jeong authored
Signed-off-by:Donghwa Jeong <dh48.jeong@samsung.com>
-
Donghwa Jeong authored
Signed-off-by:Donghwa Jeong <dh48.jeong@samsung.com>
-
Donghwa Jeong authored
Signed-off-by:Donghwa Jeong <dh48.jeong@samsung.com>
-
Donghwa Jeong authored
Signed-off-by:Donghwa Jeong <dh48.jeong@samsung.com>
-
Donghwa Jeong authored
Signed-off-by:Donghwa Jeong <dh48.jeong@samsung.com>
-
Donghwa Jeong authored
Signed-off-by:Donghwa Jeong <dh48.jeong@samsung.com>
-
Donghwa Jeong authored
Signed-off-by:Donghwa Jeong <dh48.jeong@samsung.com>
-
Donghwa Jeong authored
Signed-off-by:Donghwa Jeong <dh48.jeong@samsung.com>
-
- 06 Jun, 2018 2 commits
-
-
Stéphane Graber authored
Revert "seccomp: make do_resolve_add_rule() more strict"
-
Christian Brauner authored
Reported-by:
Felix Abecassis <fabecassis@nvidia.com> Signed-off-by:
Christian Brauner <christian.brauner@ubuntu.com>
-
- 05 Jun, 2018 5 commits
-
-
Christian Brauner authored
Fix typo
-
Stéphane Graber authored
Signed-off-by:Stéphane Graber <stgraber@ubuntu.com>
-
Christian Brauner authored
This reverts commit dfddc8aa. Closes #2376. Signed-off-by:
Christian Brauner <christian.brauner@ubuntu.com>
-
Christian Brauner authored
conf: change some logs to print errno
-
Donghwa Jeong authored
Signed-off-by:Donghwa Jeong <dh48.jeong@samsung.com>
-
- 04 Jun, 2018 4 commits
-
-
Serge Hallyn authored
conf: copy mountinfo for remount_all_slave()
-
Christian Brauner authored
support tls in cross-compile
-
duguhaotian authored
AC_RUN_IFELSE will fail in cross-compile, we can use AC_COMPILE_IFELSE replace. Signed-off-by:duguhaotian <duguhaotian@gmail.com>
-
Christian Brauner authored
While a container reads mountinfo from proc fs, the mountinfo can be changed by the kernel anytime. This has caused critical issues on some devices. Signed-off-by: Donghwa Jeong dh48.jeong@samsung.com Reported-by: Donghwa Jeong dh48.jeong@samsung.com Signed-off-by:Christian Brauner <christian.brauner@ubuntu.com>
-
- 02 Jun, 2018 1 commit
-
-
Christian Brauner authored
More seccomp fixes
-
- 01 Jun, 2018 7 commits
-
-
Felix Abecassis authored
The mask was unconditionally parsed, it failed if no mask was provided. Signed-off-by:Felix Abecassis <fabecassis@nvidia.com>
-
Felix Abecassis authored
The last (optional) argument was named "valueTwo", which seems to originate from the OCI runtime spec: https://github.com/opencontainers/runtime-spec/blob/master/config-linux.md#seccomp In proper seccomp terminology, "value" is "datum_a" and "valueTwo" is "datum_b". However, LXC's "valueTwo" was used as the mask for SCMP_CMP_MASKED_EQ, while the mask is supposed to be "datum_a". Signed-off-by:
Felix Abecassis <fabecassis@nvidia.com>
-
Stéphane Graber authored
tree-wide: handle EINTR in some read()/write()
-
Christian Brauner authored
Signed-off-by:Christian Brauner <christian.brauner@ubuntu.com>
-
Christian Brauner authored
Patch lxc-update-config
-
Julien Surloppe authored
The current script doesn't generate a valid configuration for lxc.network.ipv4 key, it lacking an .address part which lead to: parse.c: lxc_file_for_each_line: 58 Failed to parse config: lxc.net.0.ipv4 = 192.168.10.101/24 Signed-off-by:Julien Surloppe <julien@surloppe.fr>
-
Christian Brauner authored
This patch fixes commit 6e62213e ("templates: actually create DOWNLOAD_TEMP directory". To use mktemp -p correctly the directories need to exist. So call mkdir -p. Signed-off-by:
Christian Brauner <christian.brauner@ubuntu.com>
-
- 31 May, 2018 3 commits
-
-
Christian Brauner authored
templates: actually create DOWNLOAD_TEMP directory
-
Mark Asselstine authored
The way 'mktemp' is currently used you will get a temp directory in $TMPDIR or '/tmp' and DOWNLOAD_TEMP will not be pointing to an actual directory. This will result in the wget operations failing and the container will fail to create: ERROR: Failed to download http://.... Instead we want to use the '-p' option for mktemp to set the base path and this will ensure that the temp directory is created in the correct location and DOWNLOAD_TEMP will be consistent with this location. Signed-off-by:Mark Asselstine <mark.asselstine@windriver.com>
-
Christian Brauner authored
confile_utils: apply strprint()
-