Manual:$wgShellRestrictionMethod
Appearance
| シェルとプロセス制御: $wgShellRestrictionMethod | |
|---|---|
| Method to use to restrict shell commands |
|
| 導入されたバージョン: | 1.31.0 (Gerrit change 384930; git #Id74df0d) |
| 除去されたバージョン: | 使用中 |
| 許容される値: | (文字列) または false |
| 既定値: | 'autodetect' (1.35+)false (1.31-1.34) |
| その他の設定: アルファベット順 | 機能順 | |
詳細
This configuration supports 3 different values:
'autodetect'- Autodetect if any restriction methods are available, currently only firejail'firejail'- Use firejail (https://firejail.wordpress.com/), a Linux sandboxing system.false- Don't use any restrictions