]> sipb.mit.edu Git - ikiwiki.git/blobdiff - doc/plugins/contrib/compile/discussion.mdwn
Update comment
[ikiwiki.git] / doc / plugins / contrib / compile / discussion.mdwn
index 7777750ec524a851f13c52863636cab2ccebea02..96269d4e4d55b91c1e0606ff4bbd46f8ba9a5b12 100644 (file)
@@ -7,7 +7,9 @@ Problem: Any user can change the command to something dangerous that deletes fil
 causes irreversible damage to the system. I can even happen by mistake.
 
 Suggestion: Add an option to the setup file that forbids to override the build command in the
-directive, and then only the setup file can configure build commands (if you want).
+directive, and then only the setup file can configure build commands (if you want). Another
+idea, an option to validate the build command, either against a regex or using an arbitrary
+script specified in setup file - then e.g. you can choose which commands are allowed.
 
 What do you think?