By default, the SELinux boolean nfs_export_all_rw
is enabled.
If this setting is disabled, it should be enabled as it allows NFS to
export read/write mounts.
To enable the nfs_export_all_rw
SELinux boolean, run the following command:
$ sudo setsebool -P nfs_export_all_rw on