From 1e058c0875a3381822161c9c3532e0b842cdd607 Mon Sep 17 00:00:00 2001 From: hutianhao Date: Tue, 26 Mar 2019 08:32:16 +0000 Subject: [PATCH] Modify install_packages.sh for system without apparmor model Add apparmor model to install_packages.sh for deploying simplex in system without apparmor model. Closes-Bug: 1821699 Change-Id: Ia3dc596be53376822c6d9639ea9b506a9a5d178e Signed-off-by: hutianhao --- libvirt/install_packages.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libvirt/install_packages.sh b/libvirt/install_packages.sh index 7760f7e..01997a9 100755 --- a/libvirt/install_packages.sh +++ b/libvirt/install_packages.sh @@ -7,7 +7,7 @@ # install_packages.sh - install required packages -sudo apt-get install virt-manager libvirt-bin qemu-system -y +sudo apt-get install virt-manager libvirt-bin qemu-system apparmor -y cat << EOF | sudo tee /etc/libvirt/qemu.conf user = "root"