1
0
Fork 0
mirror of https://github.com/iiab/iiab.git synced 2025-02-13 11:42:08 +00:00

Merge branch 'apparmor-wip' of https://github.com/holta/iiab

This commit is contained in:
root 2020-11-28 11:07:37 -05:00
commit 12162351fc

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: