From ecad45a3f2b19fa067dfc65c5af12d0e2e7a5ac7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9E=97=E5=8D=9A=E4=BB=81=28Buo-ren=20Lin=29?= Date: Mon, 26 Jan 2026 10:11:33 +0800 Subject: [PATCH] docs(admin): Add NFS datadir access instructions to the SELinux configuration chapter MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Fixes #14018. Signed-off-by: ๆž—ๅšไป(Buo-ren Lin) --- 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 3cf33df4f3a..dac92324b53 100644 --- a/admin_manual/installation/selinux_configuration.rst +++ b/admin_manual/installation/selinux_configuration.rst @@ -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 ----------------------