1
0
Fork 0
mirror of https://github.com/iiab/iiab.git synced 2025-02-13 19:52:06 +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 # https://packages.debian.org/buster/apparmor
# Curiously this has NOT stopped IIAB 7.0/master from working on Debian 10 # Curiously this has NOT stopped IIAB 7.0/master from working on Debian 10
# pre-releases, during @floydianslips' March 2019 testing anyway! SEE #1387 # pre-releases, during @floydianslips' March 2019 testing anyway! SEE #1387
- name: Disable AppArmor -- override OS default (ubuntu)
systemd: #- name: Disable AppArmor -- override OS default (ubuntu)
name: apparmor # systemd:
enabled: False # name: apparmor
state: stopped # enabled: False
when: is_ubuntu # state: stopped
ignore_errors: True # when: is_ubuntu
# ignore_errors: True
#- name: Disable SELinux on next boot (OS's other than debuntu) #- name: Disable SELinux on next boot (OS's other than debuntu)
# selinux: # selinux: