Follow Techotopia on Twitter

On-line Guides
All Guides
eBook Store
iOS / Android
Linux for Beginners
Office Productivity
Linux Installation
Linux Security
Linux Utilities
Linux Virtualization
Linux Kernel
System/Network Admin
Programming
Scripting Languages
Development Tools
Web Development
GUI Toolkits/Desktop
Databases
Mail Systems
openSolaris
Eclipse Documentation
Techotopia.com
Virtuatopia.com
Answertopia.com

How To Guides
Virtualization
General System Admin
Linux Security
Linux Filesystems
Web Servers
Graphics & Desktop
PC Hardware
Windows
Problem Solutions
Privacy Policy

  




 

 

Red Hat Enterprise Linux 9 Essentials Book now available.

Purchase a copy of Red Hat Enterprise Linux 9 (RHEL 9) Essentials

Red Hat Enterprise Linux 9 Essentials Print and eBook (PDF) editions contain 34 chapters and 298 pages

Preview Book

6.3. Booleans

SELinux is based on the least level of access required for a service to run. Services can be run in a variety of ways; therefore, you must tell SELinux how you are running services. The following Booleans allow you to tell SELinux how you are running NFS:
allow_ftpd_use_nfs
When enabled, this Boolean allows ftpd access to NFS mounts.
allow_nfsd_anon_write
When enabled, this Boolean allows nfsd to write to a public directory anonymously; such as to an area reserved for common files that otherwise has no special access restrictions.
httpd_use_nfs
When enabled, this Boolean will allow httpd to access files stored on a NFS filesystem.
nfs_export_all_ro
Export any file or directory via NFS, allowing read-only permissions.
nfs_export_all_rw
Export any file or directory via NFS, allowing read and write permissions.
qemu_use_nfs
Allow qemu to use NFS file systems.
samba_share_nfs
When disabled, this Boolean prevents smbd from having full access to NFS shares via Samba. Enabling this Boolean will allow Samba to share NFS file systems.
use_nfs_home_dirs
Having this Boolean enabled adds support for NFS home directories.
virt_use_nfs
Allow virtual machine access to NFS files.
xen_use_nfs
Allow Xen to use NFS files.

 
 
  Published under the terms of the Creative Commons License Design by Interspire