Manual:$wgShellRestrictionMethod

This page is a translated version of the page Manual:$wgShellRestrictionMethod and the translation is 44% complete.
シェルとプロセス制御: $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

関連項目