You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: admin_manual/installation/selinux_configuration.rst
+6-1Lines changed: 6 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,12 @@ SELinux configuration
6
6
7
7
When you have SELinux enabled on your Linux distribution, you may run into
8
8
permissions problems after a new Nextcloud installation, and see ``permission
9
-
denied`` errors in your Nextcloud logs.
9
+
denied`` errors in your Nextcloud logs.
10
+
11
+
12
+
.. tip::
13
+
Permission problems may be caused by SELinux *even if the denial is not indicated in the audit logs.* This is
14
+
because SELinux does not log all system calls used for verifying access. See `Possible Causes of Silent Denials <https://docs.redhat.com/en/documentation/red_hat_enterprise_linux/7/html/selinux_users_and_administrators_guide/sect-security-enhanced_linux-troubleshooting-fixing_problems#sect-Security-Enhanced_Linux-Fixing_Problems-Possible_Causes_of_Silent_Denials>`_ to solve.
10
15
11
16
The following settings should work for most SELinux systems that use the
12
17
default distro profiles. Run these commands as root, and remember to adjust the filepaths
0 commit comments