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:
commit
12162351fc
1 changed files with 8 additions and 7 deletions
|
@ -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:
|
||||||
|
|
Loading…
Reference in a new issue