By default, the SELinux boolean mount_anyfile
is enabled.
If this setting is disabled, it should be enabled to allow any file
or directory to be mounted.
To enable the mount_anyfile
SELinux boolean, run the following command:
$ sudo setsebool -P mount_anyfile on