Skip to content

Commit 78ed760

Browse files
committed
Improve setfacl options to avoid existing files gaining unwanted x-bit permission
1 parent 6d185d5 commit 78ed760

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

book/installation.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@ If there are any issues, correct them now before moving on.
156156

157157
.. code-block:: bash
158158
159-
$ sudo setfacl -R -m u:www-data:rwx -m u:`whoami`:rwx app/cache app/logs
159+
$ sudo setfacl -R -m u:www-data:rwX -m u:`whoami`:rwX app/cache app/logs
160160
$ sudo setfacl -dR -m u:www-data:rwx -m u:`whoami`:rwx app/cache app/logs
161161
162162
**3. Without using ACL**

0 commit comments

Comments
 (0)