1. 08 Aug, 2014 11 commits
  2. 06 Aug, 2014 1 commit
  3. 04 Aug, 2014 14 commits
  4. 31 Jul, 2014 8 commits
  5. 30 Jul, 2014 2 commits
    • Merge pull request #285 from martinpitt/master · b1814e1c
      hallyn authored
      apparmor: Allow slave bind mounts
    • apparmor: Allow slave bind mounts · 7987eddb
      Martin Pitt authored
      Without this, if the system uses shared subtrees by default (like systemd), you
      get a large stream of
      
        lxc-start: Permission denied - Failed to make /<mountpoint> rslave
        lxc-start: Continuing...
      
      with
      
        apparmor="DENIED" operation="mount" info="failed flags match" error=-13
        profile="/usr/bin/lxc-start" name="/" pid=17284 comm="lxc-start" flags="rw, slave"
      
      and eventual failure plus a lot of leftover mounts in the host.
      
      https://launchpad.net/bugs/1325468
  6. 29 Jul, 2014 1 commit
  7. 27 Jul, 2014 1 commit
  8. 23 Jul, 2014 2 commits
    • fix typo · f50b163d
      Serge Hallyn authored
      Signed-off-by: 's avatarSerge Hallyn <serge.hallyn@ubuntu.com>
    • Support openvswitch bridges · 0d204771
      Serge Hallyn authored
      We detect whether ovs-vsctl is available.  If so, then we support
      adding network interfaces to openvswitch bridges with it.
      
      Note that with this patch, veths do not appear to be removed from the
      openvswitch bridge.  This seems a bug in openvswitch, as the veths
      in fact do disappear from the system.  If lxc is required to remove
      the port from the bridge manually, that becomes more complicated
      for unprivileged containers, as it would require a setuid-root
      wrapper to be called at shutdown.
      Signed-off-by: 's avatarSerge Hallyn <serge.hallyn@ubuntu.com>