Comment 8 for bug 1466432

Revision history for this message
Sam Segers (sam-sgrs) wrote :

I got it to work. Basically only running apparmor under lxc is a problem now and everything else is working.

I got it to work by adding the following to /var/lib/lxc/unity8-lxc/config:

    lxc.aa_profile = unconfined
    lxc.cgroup.devices.allow = a
    lxc.cap.drop =

This makes the lxc container insecure, but usable.