From b31eb6541c3fa757a6c4d747e7bc4e64190a31f4 Mon Sep 17 00:00:00 2001 From: A Holt Date: Sat, 28 Nov 2020 09:58:16 -0500 Subject: [PATCH] WIP: AppArmor works with IIAB on Debian 10/11, so is this now also true on Ubuntu? --- roles/1-prep/tasks/main.yml | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/roles/1-prep/tasks/main.yml b/roles/1-prep/tasks/main.yml index bb499df5c..4cf2ba2cd 100644 --- a/roles/1-prep/tasks/main.yml +++ b/roles/1-prep/tasks/main.yml @@ -97,13 +97,14 @@ # https://packages.debian.org/buster/apparmor # Curiously this has NOT stopped IIAB 7.0/master from working on Debian 10 # pre-releases, during @floydianslips' March 2019 testing anyway! SEE #1387 -- name: Disable AppArmor -- override OS default (ubuntu) - systemd: - name: apparmor - enabled: False - state: stopped - when: is_ubuntu - ignore_errors: True + +#- name: Disable AppArmor -- override OS default (ubuntu) +# systemd: +# name: apparmor +# enabled: False +# state: stopped +# when: is_ubuntu +# ignore_errors: True #- name: Disable SELinux on next boot (OS's other than debuntu) # selinux: