ansible/changelogs/fragments/vfat_selinux_fs.yaml
James Cassell 8bca160363 add vfat to selinux special_context_filesystems (#59823)
vfat is the format of the /boot/efi partition on UEFI hosts and does
not support SELinux labels

add an environment variable for this config option
2019-08-12 14:45:27 -04:00

7 lines
270 B
YAML

---
bugfixes:
- vfat - changed default value of selinux_special_filesystems to include vfat,
the filesystem of ``/boot/efi`` on UEFI systems
minor_changes:
- selinux_special_filesystems config can be specified via environment variable
``ANSIBLE_SELINUX_SPECIAL_FS``