Add SELinux advice for remote connections

This commit is contained in:
Lukas Reschke
2015-04-13 13:58:27 +02:00
parent 0e60dcc866
commit 8db388aee6

View File

@@ -48,3 +48,11 @@ Use this setting to allow LDAP connections::
setsebool -P httpd_can_connect_ldap on
Allow access to remote network
------------------------------
ownCloud requires access to remote networks for functionalities such as Server-to-Server sharing, external storages or
the app store. To allow this access use the following setting::
setsebool -P httpd_can_network_connect on