8000 minor #7230 Update file_permissions.rst (beyerz, javiereguiluz) · symfony/symfony-docs@cddbfe3 · GitHub
[go: up one dir, main page]

Skip to content

Commit cddbfe3

Browse files
committed
minor #7230 Update file_permissions.rst (beyerz, javiereguiluz)
This PR was submitted for the 3.2 branch but it was merged into the 2.7 branch instead (closes #7230). Discussion ---------- Update file_permissions.rst Added extra explanation for setfacl to clarify the purpose of each command Commits ------- 56746dc Minor fix and rewording b0e109d Update file_permissions.rst
2 parents 06194ca + 56746dc commit cddbfe3

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

setup/file_permissions.rst

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,8 +55,13 @@ following script to determine your web server user and grant the needed permissi
5555
5656
.. note::
5757

58-
setfacl isn't available on NFS mount points. However, storing cache and logs
59-
over NFS is strongly discouraged for performance reasons.
58+
  The first ``setfacl`` command sets permissions on the existing files and
59+
folders, while the second one sets permissions for future files and folders.
60+
Both of these commands assign permissions for the system user and the Apache
61+
user.
62+
63+
``setfacl`` isn't available on NFS mount points. However, storing cache and
64+
logs over NFS is strongly discouraged for performance reasons.
6065

6166
4. Without Using ACL
6267
~~~~~~~~~~~~~~~~~~~~

0 commit comments

Comments
 (0)
0