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