Changes for 0.6.7- Added the new "append" function allowing the contents of a file to be copied onto the end of target file and the original file removed.
- Added some additional tests to test both the "append" and "move" functions.
- Updated the rule configuration guide to include "append" function.
Changes for 0.6.6- Several uses where files were attempted to be moved or renamed across file system boundaries have been found and fixed as necessary.
- The delete function now supports a scrubbing option to overwrite the contents of the file will NULL data prior to deletion or truncation. This aids security and potentially allows thinly-provisioned storage to reclaim blocks.
- A new "move" function has been implemented allowing files to be moved (and potentially renamed at the same time).
- The "%d" macro has been extended to support "%d[n]" and "%d[-n]" to take portions of a directory.
- The "unsafe" option has been added to allow functions to allow them to override the settings of safe directories (when those directories are configured to allow such an override).
Changes for 0.6.5This release is a minor bug fix release that fixes two small problems identified with the use of "deletedir" functionality when handling directory trees containing symbolic links. Work has also started on a FreeBSD/NetBSD port too that should be available shortly.
|