From 342b499063d1c1fb7f6dc0f945d2bce69407dd0e Mon Sep 17 00:00:00 2001 From: downtownallday Date: Tue, 2 Jun 2020 11:32:24 -0400 Subject: [PATCH] Mount the apparmor filesystem --- .travis.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index de5141cf..f075a961 100644 --- a/.travis.yml +++ b/.travis.yml @@ -10,7 +10,8 @@ os: linux dist: bionic before_install: - - sudo aa-status + - echo "Check the status of AppArmor" + - ! sudo aa-status && mount -tsecurityfs securityfs /sys/kernel/security - sudo apt-get update install: