mirror_lxc/config/apparmor/usr.bin.lxc-copy
Alexander Mikhalitsyn d51ea224e8
config: apparmor: add AppArmor profile for lxc-copy
lxc-copy can start container as lxc-start does in some cases,
so we need to have the same profile for it.

Signed-off-by: Alexander Mikhalitsyn <aleksandr.mikhalitsyn@canonical.com>
2024-02-15 17:59:59 +01:00

6 lines
124 B
Plaintext

#include <tunables/global>
/usr/bin/lxc-copy flags=(attach_disconnected) {
#include <abstractions/lxc/start-container>
}