]> git.proxmox.com Git - mirror_lxc.git/history - src/lxc/lxc_attach.c
lxc-attach: Add -R option to remount /sys and /proc when only partially attaching
[mirror_lxc.git] / src / lxc / lxc_attach.c
2012-11-12 Christian Seilerlxc-attach: Add -R option to remount /sys and /proc...
2012-11-12 Christian Seilerlxc-attach: Add -s option to select namespaces to attach to
2012-11-12 Christian Seilerlxc-attach: Detect which namespaces to attach to dynami...
2012-11-12 Christian Seilerlxc-attach: Remodel cgroup attach logic and attach...
2012-05-03 David Wardlxc-attach: unify code for attaching a pid to a cgroup
2012-05-03 David Wardlxc-attach: use execvp instead of execve
2012-02-23 Christian Seilerlxc-attach: Drop privileges when attaching to container...
2012-02-23 Christian SeilerMove lxc_attach from namespace.c to attach.c and rename...
2010-07-23 Daniel Lezcanoinitialize the capabilties for attach and unshare
2010-04-29 Michel Normandget_init_pid moved to lxc/commands.c
2010-04-08 Daniel LezcanoFail gracefully with attach
2010-04-08 Daniel Lezcanochange to the same directory when attaching
2010-04-08 Daniel Lezcanofork/exec after attach
2010-03-22 Daniel Lezcanofix lxc-attach returned error
2010-03-22 Daniel Lezcanolxc: enter / exec a command inside a container V2