From eeba8e303edbfc5e926767ba22294beda642ecba Mon Sep 17 00:00:00 2001 From: Thierry Parmentelat Date: Thu, 2 Apr 2015 18:07:29 +0200 Subject: [PATCH] run lxc-enter-namespace with --noseclabel --- system/TestPlc.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/system/TestPlc.py b/system/TestPlc.py index c378af6..1d1ea45 100644 --- a/system/TestPlc.py +++ b/system/TestPlc.py @@ -308,7 +308,7 @@ class TestPlc: def host_to_guest(self, command): vservername = self.vservername personality = self.options.personality - raw = "{personality} virsh -c lxc:/// lxc-enter-namespace {vservername}".format(**locals()) + raw = "{personality} virsh -c lxc:/// lxc-enter-namespace --noseclabel {vservername}".format(**locals()) # f14 still needs some extra help if self.options.fcdistro == 'f14': raw +=" -- /usr/bin/env PATH=/bin:/sbin:/usr/bin:/usr/sbin {command}".format(**locals()) -- 2.43.0