From: Trevor Bramwell Date: Tue, 20 Feb 2018 18:26:31 +0000 (-0800) Subject: Add Exception for Dovetail Docker-Compose File X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?p=releng-anteater.git;a=commitdiff_plain;h=302eb6bdcba56472b3ac1c160a3c28f04b9cf293 Add Exception for Dovetail Docker-Compose File The socket mount to '/tmp' is used by the jwilder/nginx-proxy container to query the Docker daemon in order to automatically create nginx configs for a container. Change-Id: I3368ad7f77914811e30e98db278e8d6550df653c Signed-off-by: Trevor Bramwell --- diff --git a/exceptions/dovetail.yaml b/exceptions/dovetail.yaml index 12430cd..47ff086 100644 --- a/exceptions/dovetail.yaml +++ b/exceptions/dovetail.yaml @@ -53,4 +53,5 @@ binaries: file_audits: file_names: [nullvalue] - file_contents: [nullvalue] + file_contents: + - '\/var\/run\/docker\.sock\:\/tmp\/docker\.sock\:ro'