- 03 Dec, 2018 1 commit
-
-
Fabrice Fontaine authored
Fixes: - http://autobuild.buildroot.org/results/0b90e7dca2984652842832a41abad93ac49a9b86Signed-off-by:
Fabrice Fontaine <fontaine.fabrice@gmail.com>
-
- 30 Nov, 2018 3 commits
-
-
Christian Brauner authored
fix install error when using --disable-commands option
-
Christian Brauner authored
lxc-usernsexec: fix default map functionality
-
2xsec authored
Signed-off-by:2xsec <dh48.jeong@samsung.com>
-
- 29 Nov, 2018 1 commit
-
-
Cameron Nemo authored
* Place NULL bytes at the end of strings so that lxc_safe_ulong() can parse them correctly * Only free the newly created id_map on error, to avoid passing garbage to lxc_map_ids() Signed-off-by:Cameron Nemo <camerontnorman@gmail.com>
-
- 26 Nov, 2018 2 commits
-
-
Stéphane Graber authored
Add allowrunning option into Japanese lxc-copy(1)
-
KATOH Yasufumi authored
Update for commit 754076f5Signed-off-by:
KATOH Yasufumi <karma@jazz.email.ne.jp>
-
- 23 Nov, 2018 2 commits
-
-
Christian Brauner authored
doc: Add -a, --allowrunning arg to Korean lxc-copy(1)
-
2xsec authored
Signed-off-by:2xsec <dh48.jeong@samsung.com>
-
- 22 Nov, 2018 1 commit
-
-
Christian Brauner authored
Added allowrunning command line option for snapshotting running containers
-
- 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 5 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
-