From 21625e32b2448de8d63d922b403daf75441d1656 Mon Sep 17 00:00:00 2001 From: Jean Pasdeloup Date: Thu, 28 Apr 2016 16:07:42 +0200 Subject: [PATCH] Replace message by a lighter caution --- book/installation.rst | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/book/installation.rst b/book/installation.rst index 160b0672013..052234aba01 100644 --- a/book/installation.rst +++ b/book/installation.rst @@ -229,8 +229,11 @@ If there are any issues, correct them now before moving on. its user to be the same as your CLI user (e.g. for Apache, update the ``User`` and ``Group`` values). - Be careful, this option is not recommended on production environments for security - reasons as a compromise server would give to the hacker the same privileges than this user. + .. caution:: + + If used in a production environment, be sure this user only has limited privileges + (no access to private data or servers, launch of unsafe binaries, etc.) + as a compromised server would give to the hacker those privileges. **2. Using ACL on a system that supports chmod +a (MacOS X)**