aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Improve some debugging log messages in LXC mount setupDaniel P. Berrange2012-09-211-4/+5
* Ensure existing selinux mount is removed before mounting new one in LXCDaniel P. Berrange2012-09-211-0/+16
* maint: fix up copyright notice inconsistenciesEric Blake2012-09-201-1/+1
* Don't assume use of /sys/fs/cgroupDaniel P. Berrange2012-09-071-23/+48
* build: fix build without HAVE_CAPNGEric Blake2012-07-301-1/+1
* Allow CAP_SYS_REBOOT on new enough kernelsDaniel P. Berrange2012-07-301-3/+83
* Replace use of lxcError with virReportErrorDaniel P. Berrange2012-07-301-15/+15
* Desert the FSF address in copyrightOsier Yang2012-07-231-2/+2
* lxcContainerMountCGroups also mounts a tmpfs that needs to be labeled.Dan Walsh2012-07-181-4/+14
* Mount all tmpfs filesystems with correct SELinux labelDaniel J Walsh2012-07-181-20/+27
* Only ummount /proc, /sys, /dev if the root source is '/'Daniel P. Berrange2012-07-051-4/+6
* Move veth device management into virLXCControllerPtr objectDaniel P. Berrange2012-07-051-5/+5
* Remove sub-mounts under /dev when starting an LXC containerDaniel P. Berrange2012-06-291-3/+4
* Support bind mounting host files, as well as directories in LXCDaniel J Walsh2012-06-251-5/+38
* Add support for guest bind mounts with LXCDaniel P. Berrange2012-06-251-0/+7
* Add support for RAM filesystems for LXCDaniel P. Berrange2012-06-251-0/+49
* LXC: avoid useless duplicate memory freeGao feng2012-06-191-2/+2
* LXC: fix incorrect DEBUG infoGao feng2012-06-181-1/+1
* LXC: fix memory leak in lxcContainerSetupExtraMountsGao feng2012-06-181-1/+0
* build: fix whitespace damageEric Blake2012-06-181-1/+1
* LXC: fix memory leak in lxcContainerGetSubtreeGao feng2012-06-181-5/+5
* LXC: fix memory leak in lxcContainerMountFSBlockHelperGao feng2012-06-181-0/+1
* Always pivot_root event if the new root source is '/'Daniel P. Berrange2012-06-141-5/+8
* LXC: fix memory leak in lxcContainerMountFSBlockAutoGao feng2012-06-111-0/+1
* LXC: fix incorrect parameter of mount in lxcContainerMountFSBindGao feng2012-06-111-1/+1
* LXC: Delete unused variable src in lxcContainerMountBasicFSGao feng2012-06-111-6/+1
* Remount cgroups controllers after setting up new /sys in LXCDaniel P. Berrange2012-05-161-9/+234
* Trim /proc & /sys subtrees before mounting new instancesDaniel P. Berrange2012-05-161-14/+47
* Avoid LXC pivot root in the root source is still /Daniel P. Berrange2012-05-161-2/+15
* Mount fresh instance of sysfs/selinux in LXCDaniel P. Berrange2012-05-161-21/+11
* Convert the LXC driver to use the security driver API for mount optionsDaniel Walsh2012-05-161-33/+21
* Make lxcContainerSetStdio the last thing to be called in container startupDaniel P. Berrange2012-05-011-4/+4
* Consistent style for usage of sizeof operatorDaniel P. Berrange2012-03-301-1/+1
* Add support for setting init argv for LXCDaniel P. Berrange2012-03-271-0/+3
* Detect location fo selinux mount pointDaniel P. Berrange2012-03-271-2/+4
* Add support for forcing a private network namespace for LXC guestsDaniel P. Berrange2012-03-151-4/+8
* Add container_uuid env variable to LXC guestsDaniel P. Berrange2012-03-151-0/+1
* lxc: Cleaner fix for compilation without SELinuxMartin Kletzander2012-02-291-6/+11
* Populate /dev/std{in,out,err} symlinks in LXC containersDaniel P. Berrange2012-02-081-0/+18
* virterror.c: Fix several spelling mistakesPhilipp Hahn2012-02-031-1/+1
* Fixed connection definition for non-SELinux buildsMartin Kletzander2012-02-031-0/+2
* Set a security context on /dev and /dev/pts mountsDaniel P. Berrange2012-02-021-17/+55
* Add support for sVirt in the LXC driverDaniel P. Berrange2012-02-021-1/+8
* lxc: export container=lxc-libvirt for systemdEric Blake2012-01-251-1/+2
* Don't bind mount onto a char device for /dev/ptmx in LXCDaniel P. Berrange2012-01-251-9/+14
* Fix startup of LXC containers with filesystems containing symlinksDaniel P. Berrange2012-01-181-0/+23
* Move LXC veth.c code into shared utility APIsDaniel P. Berrange2011-11-151-1/+1
* Rename the LXC veth management APIs and delete duplicated APIsDaniel P. Berrange2011-11-151-3/+4
* build: drop useless dirent.h includesEric Blake2011-11-111-1/+0
* Add support for multiple consoles in LXCDaniel P. Berrange2011-11-031-30/+51