CentOS 7.x SELinux boolean configuration

From Notes_Wiki
Revision as of 06:59, 25 August 2022 by Saurabh (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

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