diff options
Diffstat (limited to 'doc/development/omnibus.md')
-rw-r--r-- | doc/development/omnibus.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/development/omnibus.md b/doc/development/omnibus.md index 5b97221bd29..dc83b0ea257 100644 --- a/doc/development/omnibus.md +++ b/doc/development/omnibus.md @@ -12,7 +12,7 @@ when you are coding. ## Files are owned by root by default -All the files in the Rails tree (`app/`, `config/` etc.) are owned by `root` in +All the files in the Rails tree (`app/`, `config/`, and so on) are owned by `root` in Omnibus installations. This makes the installation simpler and it provides extra security. The Omnibus reconfigure script contains commands that give write access to the `git` user only where needed. |