Manual:$wgShellRestrictionMethod/de-formal

From mediawiki.org
This page is a translated version of the page Manual:$wgShellRestrictionMethod and the translation is 11% complete.
Shell and process control: $wgShellRestrictionMethod
Method to use to restrict shell commands
Eingeführt in Version:1.31.0 (Gerrit change 384930; git #Id74df0d)
Entfernt in Version:weiterhin vorhanden
Erlaubte Werte:(string) or false
Standardwert:'autodetect' (1.35+)
false (1.31-1.34)

Details

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

See also