Fossil SCM
List the FOSSIL_SECURITY_LEVEL environment variable in the Environment Variables and Global Options document.
Commit
04eb72fd039166e21b2145cd1d885098740481ae62c55323fd1bb6602077988e
Parent
aedfd94d003da1b…
1 file changed
+12
+12
| --- www/env-opts.md | ||
| +++ www/env-opts.md | ||
| @@ -155,10 +155,22 @@ | ||
| 155 | 155 | or global `default-user` setting is not present. The first environment |
| 156 | 156 | variable found in the environment from the list `FOSSIL_USER`, `USER`, |
| 157 | 157 | `LOGNAME`, and `USERNAME` is the user name. If none of those are set, |
| 158 | 158 | then the default user name is "root". See the discussion of Fossil |
| 159 | 159 | Username below for a lot more detail. |
| 160 | + | |
| 161 | + | |
| 162 | +`FOSSIL_SECURITY_LEVEL`: If set to any of the values listed below, | |
| 163 | +additional measures for password security will be enabled (also see | |
| 164 | +[How To Use Encrypted Repositories][encryptedrepos.wiki]): | |
| 165 | + | |
| 166 | +[encryptedrepos.wiki]: /doc/trunk/www/encryptedrepos.wiki | |
| 167 | + | |
| 168 | + * _≥1_ — Do not remember passwords. | |
| 169 | + | |
| 170 | + * _≥2_ — Use a scrambled matrix for password input. | |
| 171 | + | |
| 160 | 172 | |
| 161 | 173 | `FOSSIL_TCL_PATH`: When Tcl stubs support is configured, point to a |
| 162 | 174 | specific file or folder containing the version of Tcl to load at run |
| 163 | 175 | time. |
| 164 | 176 | |
| 165 | 177 |
| --- www/env-opts.md | |
| +++ www/env-opts.md | |
| @@ -155,10 +155,22 @@ | |
| 155 | or global `default-user` setting is not present. The first environment |
| 156 | variable found in the environment from the list `FOSSIL_USER`, `USER`, |
| 157 | `LOGNAME`, and `USERNAME` is the user name. If none of those are set, |
| 158 | then the default user name is "root". See the discussion of Fossil |
| 159 | Username below for a lot more detail. |
| 160 | |
| 161 | `FOSSIL_TCL_PATH`: When Tcl stubs support is configured, point to a |
| 162 | specific file or folder containing the version of Tcl to load at run |
| 163 | time. |
| 164 | |
| 165 |
| --- www/env-opts.md | |
| +++ www/env-opts.md | |
| @@ -155,10 +155,22 @@ | |
| 155 | or global `default-user` setting is not present. The first environment |
| 156 | variable found in the environment from the list `FOSSIL_USER`, `USER`, |
| 157 | `LOGNAME`, and `USERNAME` is the user name. If none of those are set, |
| 158 | then the default user name is "root". See the discussion of Fossil |
| 159 | Username below for a lot more detail. |
| 160 | |
| 161 | |
| 162 | `FOSSIL_SECURITY_LEVEL`: If set to any of the values listed below, |
| 163 | additional measures for password security will be enabled (also see |
| 164 | [How To Use Encrypted Repositories][encryptedrepos.wiki]): |
| 165 | |
| 166 | [encryptedrepos.wiki]: /doc/trunk/www/encryptedrepos.wiki |
| 167 | |
| 168 | * _≥1_ — Do not remember passwords. |
| 169 | |
| 170 | * _≥2_ — Use a scrambled matrix for password input. |
| 171 | |
| 172 | |
| 173 | `FOSSIL_TCL_PATH`: When Tcl stubs support is configured, point to a |
| 174 | specific file or folder containing the version of Tcl to load at run |
| 175 | time. |
| 176 | |
| 177 |