X-Git-Url: https://sipb.mit.edu/gitweb.cgi/ikiwiki.git/blobdiff_plain/dce2ce40e828e46613926025768f38e47993c61e..113887b1571b5d716c5e1b31c13b448f5c1429d6:/doc/security.mdwn?ds=sidebyside diff --git a/doc/security.mdwn b/doc/security.mdwn index e25cc9ce9..42795b63e 100644 --- a/doc/security.mdwn +++ b/doc/security.mdwn @@ -83,9 +83,9 @@ ikiwiki does not allow cgi scripts to be published as part of the wiki. Or rather, the script is published, but it's not marked executable, so hopefully your web server will not run it. -## --gen-wrapper might generate insecure wrappers +## suid wrappers -ikiwiki --gen-wrapper is intended to generate a wrapper program that +ikiwiki --wrapper is intended to generate a wrapper program that runs ikiwiki to update a given wiki. The wrapper can in turn be made suid, for example to be used in a [[post-commit]] hook by people who cannot write to the html pages, etc.