ENH: systemCall: added allowSystemOperations checking. Added to argList.

This commit is contained in:
mattijs
2011-02-21 16:45:17 +00:00
parent 0ffe4c0fd9
commit fcfca9106c
3 changed files with 41 additions and 6 deletions

View File

@ -131,7 +131,7 @@ bool Foam::codeStreamTools::copyFilesContents(const fileName& dir) const
<< "because of security issues. If you trust the code you can"
<< " enable this" << endl
<< "facility be adding to the InfoSwitches setting in the system"
<< " controlDict" << endl
<< " controlDict:" << endl
<< endl
<< " allowSystemOperations 1" << endl
<< endl