- 23 Aug, 2018 5 commits
-
-
Stéphane Graber authored
execute: skip lxc-init logging when unprivileged
-
Christian Brauner authored
Unprivileged app containers will not be able to open the passed in /proc/1/fd/<idx> log path and will thus currently fail completely as soon as any log level or log file is passed. Signed-off-by:
Christian Brauner <christian.brauner@ubuntu.com> Reported-by:
Mrinal Dhillon <mdhillon@juniper.net>
-
Wolfgang Bumiller authored
include: add safe getifaddrs() version
-
Christian Brauner authored
Signed-off-by:Christian Brauner <christian.brauner@ubuntu.com>
-
Christian Brauner authored
The old version was crazy. This replaces it with an internal version based on musl. Signed-off-by:Christian Brauner <christian.brauner@ubuntu.com>
-
- 22 Aug, 2018 14 commits
-
-
Stéphane Graber authored
remove last pam_cgfs special-casing
-
Christian Brauner authored
Fix typo
-
Stéphane Graber authored
Signed-off-by:Stéphane Graber <stgraber@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>
-
Christian Brauner authored
Signed-off-by:Christian Brauner <christian.brauner@ubuntu.com>
-
Christian Brauner authored
Signed-off-by:Christian Brauner <christian.brauner@ubuntu.com>
-
Wolfgang Bumiller authored
log: handle strerror_r() versions + autotools: add --{disable,enable}-thread-safety -
Christian Brauner authored
Signed-off-by:Christian Brauner <christian.brauner@ubuntu.com>
-
Christian Brauner authored
Fail the build if --enable-thread-safety is passed and the environment cannot guarantee thread-safety. Signed-off-by:Christian Brauner <christian.brauner@ubuntu.com>
-
Christian Brauner authored
Closes #2563. Signed-off-by:Christian Brauner <christian.brauner@ubuntu.com>
-
- 21 Aug, 2018 19 commits
-
-
Christian Brauner authored
autotools: check if compiler is new enough
-
Christian Brauner authored
Signed-off-by:Christian Brauner <christian.brauner@ubuntu.com>
-
Christian Brauner authored
We line up with the Linux kernel and won't support any compiler under 4.6. Additionally, we also require at least gnu99 so this is due anyway. Signed-off-by:Christian Brauner <christian.brauner@ubuntu.com>
-
Stéphane Graber authored
attach: bugfixes
-
Stéphane Graber authored
Makefile: don't allow undefined symbols
-
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>
-
Stéphane Graber authored
conf: fix devpts mounting when fully unprivileged
-
Stéphane Graber authored
pam_cgfs: build from the same sources as liblxc
-
Christian Brauner authored
Signed-off-by:Christian Brauner <christian.brauner@ubuntu.com>
-
Christian Brauner authored
Closes #2556. Signed-off-by:Christian Brauner <christian.brauner@ubuntu.com>
-
Christian Brauner authored
Signed-off-by:Christian Brauner <christian.brauner@ubuntu.com>
-
Christian Brauner authored
start: Fix net iface remaining issue
-
Jungsub Shin authored
When creating container that has multiple net ifaces fails because of wrong net config, lxc doesn't remove previously created net ifaces. Solve this issue with changing return path in lxc_spawn(). Signed-off-by: Jungsub Shin jungsub_shin@tmax.co.kr
-
Christian Brauner authored
cmd: Fix format issues found by clang-format
-
Christian Brauner authored
list: fix indent
-
2xsec authored
Signed-off-by:2xsec <dh48.jeong@samsung.com>
-
- 20 Aug, 2018 2 commits
-
-
Tobin C. Harding authored
clang-format finds a few format issues, lets fix these up. Fix format issues found by clang-format. Signed-off-by:Tobin C. Harding <me@tobin.cc>
-
Christian Brauner authored
cmd: Lint with cppcheck
-