]> sipb.mit.edu Git - ikiwiki.git/blobdiff - doc/plugins/write.mdwn
Merge remote branch 'upstream/master' into prv/po
[ikiwiki.git] / doc / plugins / write.mdwn
index 15ed08d82b698baece572f1e845e13fe1808bc35..8071f323edae969cee3ef4327f2bf8a2e70cce46 100644 (file)
@@ -597,7 +597,10 @@ describes the plugin as a whole. For example:
        hook(type => "genwrapper", id => "foo", call => \&genwrapper);
 
 This hook is used to inject C code (which it returns) into the `main`
-function of the ikiwiki wrapper when it is being generated.
+function of the ikiwiki wrapper when it is being generated. 
+
+The code runs before anything else -- in particular it runs before
+the suid wrapper has sanitized its environment.
 
 ## Exported variables