From caa8c66a874cda7ae76280258d4433961b9a7497 Mon Sep 17 00:00:00 2001 From: Matthew Heon Date: Fri, 8 Mar 2019 18:16:39 -0500 Subject: We don't use crio-umount.conf It also causes conflicts with CRI-O packages. Also, change the path on seccomp.json so it lives in /usr/share by default, with everything else. Fixes #2596 Signed-off-by: Matthew Heon --- crio-umount.conf | 8 -------- 1 file changed, 8 deletions(-) delete mode 100644 crio-umount.conf (limited to 'crio-umount.conf') diff --git a/crio-umount.conf b/crio-umount.conf deleted file mode 100644 index 5177e6362..000000000 --- a/crio-umount.conf +++ /dev/null @@ -1,8 +0,0 @@ -# This contains a list of paths on host which will be unmounted inside -# container. (If they are mounted inside container). - -# If there is a "/*" at the end, that means only mounts underneath that -# mounts (submounts) will be unmounted but top level mount will remain -# in place. -/var/run/containers/* -/var/lib/containers/storage/* -- cgit v1.2.3-54-g00ecf