We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4279706 commit b8f9d23Copy full SHA for b8f9d23
README.md
@@ -24,6 +24,19 @@ This scripts tries to secure the site using the following scheme:
24
25
- Content is owned using the same scheme but the web server can write as well.
26
27
+ - Other users have no permissions on content or code.
28
+
29
30
+In UNIX terms:
31
32
+| | Symbolic notation | Numeric notation | ls notation |
33
+|-------------------- |------------------- |------------------ |------------- |
34
+| **Code folders** | `u=rwx,g=rx,o=` | `0750` | `rwxr-x---` |
35
+| **Code files** | `u=rw,g=r,o=` | `0640` | `rw-r-----` |
36
+| **Content folders** | `u=rwx,g=rwx,o=` | `0770` | `rwxrwx---` |
37
+| **Content files** | `ug=rw,o=` | `0660` | `rw-rw----` |
38
39
40
41
## Installation
42
0 commit comments