The following pull request was submitted through Github. It can be accessed and reviewed at: https://github.com/lxc/lxd/pull/4248
This e-mail was sent by the LXC bot, direct replies will not reach the author unless they happen to be subscribed to this list. === Description (from pull-request) === Signed-off-by: Free Ekanayaka <free.ekanay...@canonical.com>
From e3629486fdb29cc74b457de1390bf0064d3e478f Mon Sep 17 00:00:00 2001 From: Free Ekanayaka <free.ekanay...@canonical.com> Date: Mon, 12 Feb 2018 11:48:28 +0000 Subject: [PATCH] Make the test suite use lxc.apparmor.profile instead of lxc.aa_profile Signed-off-by: Free Ekanayaka <free.ekanay...@canonical.com> --- test/suites/config.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/suites/config.sh b/test/suites/config.sh index 1b284c4fc..4c97391a3 100644 --- a/test/suites/config.sh +++ b/test/suites/config.sh @@ -153,7 +153,7 @@ test_config_profiles() { lxc profile device add onenic eth0 nic nictype=p2p lxc profile assign foo onenic lxc profile create unconfined - lxc profile set unconfined raw.lxc "lxc.aa_profile=unconfined" + lxc profile set unconfined raw.lxc "lxc.apparmor.profile=unconfined" lxc profile assign foo onenic,unconfined # test profile rename lxc profile create foo
_______________________________________________ lxc-devel mailing list lxc-devel@lists.linuxcontainers.org http://lists.linuxcontainers.org/listinfo/lxc-devel