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 <hu.tianhao@99cloud.net>
This commit is contained in:
hutianhao 2019-03-26 08:32:16 +00:00
parent 254fa6531b
commit 77c5b2f37d
1 changed files with 1 additions and 1 deletions

View File

@ -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"