]> sipb.mit.edu Git - ikiwiki.git/blobdiff - doc/security.mdwn
web commit from 66.118.98.137:
[ikiwiki.git] / doc / security.mdwn
index e25cc9ce9a90d2fc9b8b4701f6e059ce2f9f7f74..42795b63eaf8966f0307a7871db6cdfe36b7997f 100644 (file)
@@ -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.