mirror of https://github.com/ansible/ansible.git
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 optionpull/60492/head
parent
6cb5b67b22
commit
8bca160363
@ -0,0 +1,7 @@
|
||||
---
|
||||
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``
|
Loading…
Reference in New Issue