Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions admin_manual/installation/selinux_configuration.rst
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,13 @@ If you have placed your datadir on a CIFS/SMB share use the following setting::

setsebool -P httpd_use_cifs on

Allow access to NFS
------------------------

If you have placed your datadir on an NFS share use the following setting::

setsebool -P httpd_use_nfs on

Allow access to FuseFS
----------------------

Expand Down