Update comment

master
fr33domlover 2014-10-24 06:19:54 -04:00 committed by admin
parent bb964f69a3
commit b531e56eef
1 changed files with 3 additions and 1 deletions

View 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. 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 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? What do you think?