Jump to content

Manual:$wgShellRestrictionMethod

From mediawiki.org
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.
This page is a translated version of the page Manual:$wgShellRestrictionMethod and the translation is 44% complete.
Shell and process control: $wgShellRestrictionMethod
Method to use to restrict shell commands
Introduced in version:1.31.0 (Gerrit change 384930; git #Id74df0d)
Removed in version:Still in use
Allowed values:(string) or false
Default value:'autodetect' (1.35+)
false (1.31-1.34)

Detaljer

Denne konfiguration understøtter 3 forskellige værdier:

  • '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

Se også