mirror of
https://github.com/openshift/openshift-docs.git
synced 2026-02-06 06:46:26 +01:00
20 lines
700 B
Plaintext
20 lines
700 B
Plaintext
// Module included in the following assemblies:
|
|
//
|
|
// * security/file_integrity_operator/file-integrity-operator-understanding.adoc
|
|
|
|
[id="file-integrity-node-status-types_{context}"]
|
|
= `FileIntegrityNodeStatus` status types
|
|
|
|
These conditions are reported in the results array of the
|
|
corresponding `FileIntegrityNodeStatus`:
|
|
|
|
* `Succeeded` - The integrity check passed; the files and directories
|
|
covered by the AIDE check have not been modified since the database was last
|
|
initialized.
|
|
|
|
* `Failed` - The integrity check failed; some files or directories
|
|
covered by the AIDE check have been modified since the database was last
|
|
initialized.
|
|
|
|
* `Error` - The AIDE scanner encountered an internal error.
|