mirror of
https://github.com/jiazhang0/meta-secure-core.git
synced 2026-07-17 05:06:59 +00:00
90fd1b523a
* Add new layer for IDS support * Add package mtree to provide basic IDS functions Signed-off-by: Wenzong Fan <wenzong.fan@windriver.com>
10 lines
448 B
Markdown
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.
|