Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
rule(Delete or rename shell history):skip dockerfs
In some cases, when removing a container, dockerd will itself remove the entire overlay filesystem, including a shell history file: --- Shell history had been deleted or renamed (user=root type=unlinkat command=dockerd -H fd:// ... name=/var/lib/docker/overlay2/.../root/.bash_history .. --- To avoid these FPs, skip paths starting with /var/lib/docker. Signed-off-by: Mark Stemm <[email protected]>
- Loading branch information