From 0fce949037196aaaa1f1b4ef1b34768587f135cc Mon Sep 17 00:00:00 2001 From: RealRancor Date: Sat, 5 Dec 2015 14:54:29 +0100 Subject: [PATCH] Document httpd_use_cifs for SELinux --- admin_manual/installation/selinux_configuration.rst | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/admin_manual/installation/selinux_configuration.rst b/admin_manual/installation/selinux_configuration.rst index b1dc7791b..65db7a798 100644 --- a/admin_manual/installation/selinux_configuration.rst +++ b/admin_manual/installation/selinux_configuration.rst @@ -65,3 +65,10 @@ If you want to allow ownCloud to send out e-mail notifications via sendmail you to use the following setting:: setsebool -P httpd_can_sendmail on + +Allow access to CIFS/SMB +------------------------ + +If you have placed your datadir on a CIFS/SMB share use the following setting:: + + setsebool -P httpd_use_cifs on