Files
Wenzong Fan 90fd1b523a meta-ids: initial commit for IDS support (#11)
* Add new layer for IDS support
* Add package mtree to provide basic IDS functions

Signed-off-by: Wenzong Fan <wenzong.fan@windriver.com>
2017-08-24 17:21:52 +08:00

10 lines
448 B
Markdown

### Intrusion Detection System (IDS)
This layer provides functions for Intrusion Detection System (IDS) achievement.
#### MTREE
The mtree utility compares the file hierarchy rooted in the current directory
against a specification read from the standard input. Messages are written
to the standard output for any files whose characteristics do not match the
specifications, or which are missing from either the file hierarchy or the
specification.