Difference between revisions of "CentOS 7.x SELinux boolean configuration"
From Notes_Wiki
(Created page with "<yambe:breadcrumb>CentOS_7.x_SELinux_configuration|CentOS 7.x SELinux configuration</yambe:breadcrumb> =CentOS 7.x SELinux boolean configuration= ==Allow libvirt to access fu...") |
m |
||
Line 1: | Line 1: | ||
[[Main Page|Home]] > [[CentOS]] > [[CentOS 7.x]] > [[CentOS 7.x SELinux configuration]] > [[CentOS 7.x SELinux boolean configuration]] | |||
==Allow libvirt to access fuse filesystem== | ==Allow libvirt to access fuse filesystem== | ||
Line 8: | Line 7: | ||
setsebool -P virt_use_fusefs 1 | setsebool -P virt_use_fusefs 1 | ||
</pre> | </pre> | ||
[[Main Page|Home]] > [[CentOS]] > [[CentOS 7.x]] > [[CentOS 7.x SELinux configuration]] > [[CentOS 7.x SELinux boolean configuration]] |
Latest revision as of 06:59, 25 August 2022
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