From 164123eb75facec8820d3c4278403ba11276e1f1 Mon Sep 17 00:00:00 2001 From: Hongbin Lu Date: Sun, 14 Nov 2021 17:32:08 +0800 Subject: [PATCH] Install apparmor userland for ubuntu This is for fixing: https://bugs.launchpad.net/zun/+bug/1941982 Closes-Bug: #1941982 Change-Id: I4495fbaf16e2d621a6d029462cd8bde031063f26 --- bindep.txt | 4 ++++ devstack/files/debs/zun | 2 ++ 2 files changed, 6 insertions(+) diff --git a/bindep.txt b/bindep.txt index 6fdf03e40..5b7fe8148 100644 --- a/bindep.txt +++ b/bindep.txt @@ -38,3 +38,7 @@ python34-devel [platform:centos] # Required for running the 'lspci' command pciutils + +# Required apparmor +apparmor [platform:dpkg] +apparmor-utils [platform:dpkg] diff --git a/devstack/files/debs/zun b/devstack/files/debs/zun index 6696118bf..c8ff76def 100644 --- a/devstack/files/debs/zun +++ b/devstack/files/debs/zun @@ -1,3 +1,5 @@ numactl gawk pciutils +apparmor +apparmor-utils