Quoting Stéphane Graber ([email protected]): > Public bug reported: > > This bug affects all arkose containers. > > Since the recent change to implement per-container apparmor profile, arkose > stopped working, printing: > lxc-start: No such file or directory - failed to change apparmor profile to > lxc-container-default > > > Trying to reproduce this with a standard container, I tracked it down to the > lack of /proc defined in LXC's fstab.
Ok, I see. So we should switch to aa_change_onexec() and run it before we do our pivot_root(). I couldn't do that before, but IIUC aa_change_onexec() has been fixed and this should now work. Thanks for submitting this bug. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/963388 Title: Unable to start containers without proc entry in fstab To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/lxc/+bug/963388/+subscriptions -- ubuntu-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
