CentOS 7.x SELinux boolean configuration
From Notes_Wiki
Home > CentOS > CentOS 7.x > CentOS 7.x SELinux configuration > CentOS 7.x SELinux boolean configuration
Allow libvirt to access fuse filesystem
By default SELinux denies access to fuse filesystems (such as ntfs) to libvirt. To allow such access use:
setsebool -P virt_use_fusefs 1
Home > CentOS > CentOS 7.x > CentOS 7.x SELinux configuration > CentOS 7.x SELinux boolean configuration