1
0
Fork 0
mirror of https://github.com/iiab/iiab.git synced 2025-03-09 15:40:17 +00:00

WIP: AppArmor works with IIAB on Debian 10/11, so is this now also true on Ubuntu?

This commit is contained in:
A Holt 2020-11-28 09:58:16 -05:00 committed by GitHub
parent ab47cd94c2
commit b31eb6541c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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