• D
    Fix LXC container console device setup · 2fbec002
    Daniel P. Berrange 提交于
    The /dev/console device inside the container must NOT map
    to the real /dev/console device node, since this allows the
    container control over the current host console. A fun side
    effect of this is that starting a container containing a
    real Fedora OS will kill off your X server.
    
    Remove the /dev/console node, and replace it with a symlink
    to the primary console TTY
    
    * src/lxc/lxc_container.c: Replace /dev/console with a
      symlink to /dev/pty/0
    * src/lxc/lxc_controller.c: Remove /dev/console from cgroups
      ACL
    2fbec002
lxc_controller.c 25.2 KB