summaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorJames Cassell <code@james.cassell.me>2019-08-12 14:45:27 -0400
committeransibot <ansibot@users.noreply.github.com>2019-08-12 14:45:27 -0400
commit8bca160363390be79481a6f4b7673cbb5efb9278 (patch)
tree6635c83fbb5a5a9ed41ead349ca4d5d5db0c4112 /examples
parent6cb5b67b22c2457e49cdf9e79e9fc8039bd0d8f1 (diff)
downloadansible-8bca160363390be79481a6f4b7673cbb5efb9278.tar.gz
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
Diffstat (limited to 'examples')
-rw-r--r--examples/ansible.cfg2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/ansible.cfg b/examples/ansible.cfg
index 3291156b2c..2728334358 100644
--- a/examples/ansible.cfg
+++ b/examples/ansible.cfg
@@ -461,7 +461,7 @@
# file systems that require special treatment when dealing with security context
# the default behaviour that copies the existing context or uses the user default
# needs to be changed to use the file system dependent context.
-#special_context_filesystems=nfs,vboxsf,fuse,ramfs,9p
+#special_context_filesystems=nfs,vboxsf,fuse,ramfs,9p,vfat
# Set this to yes to allow libvirt_lxc connections to work without SELinux.
#libvirt_lxc_noseclabel = yes