From 78ed760e4f8bd0921d5ddf95e85666c7d5316aba Mon Sep 17 00:00:00 2001
From: Philipp Rieber
Date: Sat, 16 Feb 2013 16:57:26 +0100
Subject: [PATCH] Improve setfacl options to avoid existing files gaining
unwanted x-bit permission
---
book/installation.rst | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/book/installation.rst b/book/installation.rst
index 692baaef47e..e3f75e8e7dd 100644
--- a/book/installation.rst
+++ b/book/installation.rst
@@ -156,7 +156,7 @@ If there are any issues, correct them now before moving on.
.. code-block:: bash
- $ sudo setfacl -R -m u:www-data:rwx -m u:`whoami`:rwx app/cache app/logs
+ $ sudo setfacl -R -m u:www-data:rwX -m u:`whoami`:rwX app/cache app/logs
$ sudo setfacl -dR -m u:www-data:rwx -m u:`whoami`:rwx app/cache app/logs
**3. Without using ACL**