summaryrefslogtreecommitdiff
path: root/crio-umount.conf
diff options
context:
space:
mode:
authorMatthew Heon <mheon@redhat.com>2019-03-08 18:16:39 -0500
committerMatthew Heon <mheon@redhat.com>2019-03-08 18:22:10 -0500
commitcaa8c66a874cda7ae76280258d4433961b9a7497 (patch)
tree85d3d749dd72a8e6075bd8ad00a952e1a72489be /crio-umount.conf
parentbf21ec8520bb429e9b1514422d9bc0b3426f4391 (diff)
downloadpodman-caa8c66a874cda7ae76280258d4433961b9a7497.tar.gz
podman-caa8c66a874cda7ae76280258d4433961b9a7497.tar.bz2
podman-caa8c66a874cda7ae76280258d4433961b9a7497.zip
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 <mheon@redhat.com>
Diffstat (limited to 'crio-umount.conf')
-rw-r--r--crio-umount.conf8
1 files changed, 0 insertions, 8 deletions
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/*