Fossil SCM
Integrated a doc suggestion from [forum:/forumpost/3e52a5ca12 | forum post 3e52a5ca12].
Commit
62ad4e47a44b467ccefef6c2fed7abd0559a5e637cd887baf03954933cbb5544
Parent
255a28b37a22413…
1 file changed
+4
-1
+4
-1
| --- www/server/any/cgi.md | ||
| +++ www/server/any/cgi.md | ||
| @@ -35,11 +35,14 @@ | ||
| 35 | 35 | |
| 36 | 36 | * The repository file *and* the directory containing it must be |
| 37 | 37 | writable by the same account which executes the Fossil binary. |
| 38 | 38 | (This might differ from the user the web server normally runs |
| 39 | 39 | under.) The directory holding the repository file(s) needs to be |
| 40 | - writable so that SQLite can write its journal files. | |
| 40 | + writable so that SQLite can write its journal files. When using | |
| 41 | + another access control system, such as AppArmor or SELinux, it may | |
| 42 | + be necessary to explicitly permit that account to read and write | |
| 43 | + the necessary files. | |
| 41 | 44 | |
| 42 | 45 | * Fossil must be able to create temporary files in a |
| 43 | 46 | [directory that varies by host OS](../../env-opts.md#temp). When the |
| 44 | 47 | CGI process is operating [within a chroot](../../chroot.md), |
| 45 | 48 | ensure that this directory exists and is readable/writeable by the |
| 46 | 49 |
| --- www/server/any/cgi.md | |
| +++ www/server/any/cgi.md | |
| @@ -35,11 +35,14 @@ | |
| 35 | |
| 36 | * The repository file *and* the directory containing it must be |
| 37 | writable by the same account which executes the Fossil binary. |
| 38 | (This might differ from the user the web server normally runs |
| 39 | under.) The directory holding the repository file(s) needs to be |
| 40 | writable so that SQLite can write its journal files. |
| 41 | |
| 42 | * Fossil must be able to create temporary files in a |
| 43 | [directory that varies by host OS](../../env-opts.md#temp). When the |
| 44 | CGI process is operating [within a chroot](../../chroot.md), |
| 45 | ensure that this directory exists and is readable/writeable by the |
| 46 |
| --- www/server/any/cgi.md | |
| +++ www/server/any/cgi.md | |
| @@ -35,11 +35,14 @@ | |
| 35 | |
| 36 | * The repository file *and* the directory containing it must be |
| 37 | writable by the same account which executes the Fossil binary. |
| 38 | (This might differ from the user the web server normally runs |
| 39 | under.) The directory holding the repository file(s) needs to be |
| 40 | writable so that SQLite can write its journal files. When using |
| 41 | another access control system, such as AppArmor or SELinux, it may |
| 42 | be necessary to explicitly permit that account to read and write |
| 43 | the necessary files. |
| 44 | |
| 45 | * Fossil must be able to create temporary files in a |
| 46 | [directory that varies by host OS](../../env-opts.md#temp). When the |
| 47 | CGI process is operating [within a chroot](../../chroot.md), |
| 48 | ensure that this directory exists and is readable/writeable by the |
| 49 |