add fuse.glusterfs to list of special filesystems

This commit is contained in:
Kevin Fenzi 2018-08-20 20:50:32 +00:00
parent 9bacccb076
commit c44bb085a1

View file

@ -462,7 +462,7 @@ pipelining = True
# 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,fuse.glusterfs
# Set this to yes to allow libvirt_lxc connections to work without SELinux.
#libvirt_lxc_noseclabel = yes