From 9c87ef53fde887aa4f7151249029b534ca8c0998 Mon Sep 17 00:00:00 2001 From: Adin Scannell Date: Mon, 12 Apr 2021 12:33:15 -0700 Subject: Add /etc/containerd/runsc.toml to conffiles attribute. Fixes #5817 PiperOrigin-RevId: 368060056 --- debian/BUILD | 3 +++ 1 file changed, 3 insertions(+) (limited to 'debian') diff --git a/debian/BUILD b/debian/BUILD index 64aa2369a..32cc209bf 100644 --- a/debian/BUILD +++ b/debian/BUILD @@ -29,6 +29,9 @@ pkg_deb( arm64 = "arm64", ), changes = "runsc.changes", + conffiles = [ + "/etc/containerd/runsc.toml", + ], data = ":debian-data", deb = "runsc.deb", # Note that the description_file will be flatten (all newlines removed), -- cgit v1.2.3