- 20 Nov, 2018 4 commits
-
-
Stéphane Graber authored
cgfsng: remove freezer requirement
-
Christian Brauner authored
The freezer controller has been made optional in all other codepaths so don't require it. Signed-off-by:Christian Brauner <christian.brauner@ubuntu.com>
-
Christian Brauner authored
autotools: fix lxc-{create,copy} build -
Radostin Stoyanov authored
After commit 2b670dfe lxc-create and lxc-copy fails with "undefined symbol: get_fssize". Closes #2730 Signed-off-by:
Radostin Stoyanov <rstoyanov1@gmail.com>
-
- 19 Nov, 2018 2 commits
-
-
Stéphane Graber authored
utils: make keyring allocation failure non-fatal
-
Christian Brauner authored
Signed-off-by:Christian Brauner <christian.brauner@ubuntu.com>
-
- 16 Nov, 2018 2 commits
-
-
Christian Brauner authored
apparmor: allow various remount,bind options
-
Wolfgang Bumiller authored
RW bind mounts need to be restricted for some paths in order to avoid MAC restriction bypasses, but read-only bind mounts shouldn't have that problem. Additionally, combinations of 'nosuid', 'nodev' and 'noexec' flags shouldn't be a problem either and are required with newer systemd versions, so let's allow those as long as they're combined with 'ro,remount,bind'. Signed-off-by:Wolfgang Bumiller <w.bumiller@proxmox.com>
-
- 15 Nov, 2018 2 commits
-
-
Christian Brauner authored
Adds -qq flags to lvcreate commands
-
tomponline authored
Adds -qq flags to lvcreate commands to avoid answer 'no' to ant questions the LVM subsystem asks to avoid hanging lxc-create command Signed-off-by:tomponline <tomp@tomp.uk>
-
- 09 Nov, 2018 6 commits
-
-
Christian Brauner authored
pam_cgfs: remove dependency & redundancy functions
-
2xsec authored
Signed-off-by:2xsec <dh48.jeong@samsung.com>
-
2xsec authored
Signed-off-by:2xsec <dh48.jeong@samsung.com>
-
2xsec authored
Signed-off-by:2xsec <dh48.jeong@samsung.com>
-
2xsec authored
Signed-off-by:2xsec <dh48.jeong@samsung.com>
-
2xsec authored
Signed-off-by:2xsec <dh48.jeong@samsung.com>
-
- 08 Nov, 2018 7 commits
-
-
Stéphane Graber authored
conf: s/ty/tty/g
-
Christian Brauner authored
Signed-off-by:Christian Brauner <christian.brauner@ubuntu.com>
-
Christian Brauner authored
replace read & write syscalls with nointr functions
-
Christian Brauner authored
dlog: move match_dlog_fds()
-
2xsec authored
Signed-off-by:2xsec <dh48.jeong@samsung.com>
-
2xsec authored
Signed-off-by:2xsec <dh48.jeong@samsung.com>
-
2xsec authored
Signed-off-by:2xsec <dh48.jeong@samsung.com>
-
- 06 Nov, 2018 2 commits
-
-
Christian Brauner authored
Fix spacing error in namespace.c
-
Jungsub authored
Signed-off-by: Jungsub Shin supsup5642@tmax.co.kr
-
- 02 Nov, 2018 8 commits
-
-
Stéphane Graber authored
include: correctly include macro.h
-
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
lxcmntent: coding rules
-
Christian Brauner authored
log: fix too wide or inconsistent non-owner permissions
-
2xsec authored
Signed-off-by:2xsec <dh48.jeong@samsung.com>
-
2xsec authored
Signed-off-by:2xsec <dh48.jeong@samsung.com>
-
2xsec authored
Signed-off-by:2xsec <dh48.jeong@samsung.com>
-
- 01 Nov, 2018 7 commits
-
-
Stéphane Graber authored
confile: remove debug printf()s
-
Christian Brauner authored
Signed-off-by:Christian Brauner <christian.brauner@ubuntu.com>
-
Stéphane Graber authored
conf: expand shmounts lxc.mount.auto option
-
Christian Brauner authored
Needed-by: https://github.com/lxc/lxd/issues/5227Signed-off-by:
Christian Brauner <christian.brauner@ubuntu.com>
-
Christian Brauner authored
Leave it up to the caller for now until we have a clear way to do this without causing double mounts etc. Needed-by: https://github.com/lxc/lxd/issues/5227Signed-off-by:
Christian Brauner <christian.brauner@ubuntu.com>
-
Christian Brauner authored
Allow users to specify a path in the container they want to use. This will help LXD. Needed-by: https://github.com/lxc/lxd/issues/5227Signed-off-by:
Christian Brauner <christian.brauner@ubuntu.com>
-
Christian Brauner authored
Spelling
-