1. 19 Sep, 2014 5 commits
  2. 18 Aug, 2014 3 commits
  3. 16 Aug, 2014 11 commits
  4. 08 Aug, 2014 20 commits
  5. 31 Jul, 2014 1 commit
    • apparmor: Allow slave bind mounts · 2ac9010b
      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