-
Couldn't load subscription status.
- Fork 1k
Closed
Description
Hi everyone (and thanks for doing a great job for community by maintainting this project and contrubuting to it)!
Problem:
The following checks:
1.2.11 Ensure auditing is configured for Docker files and directories - /usr/bin/containerd1.2.12 Ensure auditing is configured for Docker files and directories - /usr/sbin/runc
are looking for thecontainerdandruncaudit entries, supposing that the files themselves may be found under/usr/bin/containerd/and/usr/sbin/runcfolders, respectively.
However, those files may also be found under /usr/bin/docker-containerd and /usr/bin/docker-runc, respectively. (My guess it depends on docker version and/or OS). Also in documentation section the suggested container mounts are /usr/bin/docker-containerd and /usr/bin/docker-runc.
Possible solutions:
- Use a
/usr/bin/docker-containerd//usr/bin/runcas fallback paths in1.2.11&1.2.12tests - Somehow resolve this path dynamically in both tests
Metadata
Metadata
Assignees
Labels
No labels