Fedora37: Set collectd SELinux domain permissive

*collectd* is broken by default on Fedora 36 and 36.  Several plugins
generate AVC denials.
btop
Dustin 2022-12-19 10:22:00 -06:00
parent 019276da88
commit 77191c8b5a
1 changed files with 4 additions and 0 deletions

4
group_vars/Fedora37.yml Normal file
View File

@ -0,0 +1,4 @@
# collectd generates a bunch of AVC denials on Fedora 37. We'll mark
# its domain permissive until the problems are identified and resolved
# upstream.
collectd_selinux_permissive: true