Buildah should ignore /etc/crio/seccomp.json

[NO NEW TESTS NEEDED]

Fixes: https://bugzilla.redhat.com/show_bug.cgi?id=2123251

Signed-off-by: Daniel J Walsh <dwalsh@redhat.com>
This commit is contained in:
Daniel J Walsh 2022-09-04 07:22:51 -04:00
parent a1fd130f9e
commit 0bdbd1a80e
No known key found for this signature in database
GPG Key ID: A2DF901DABE2C028
1 changed files with 1 additions and 1 deletions

View File

@ -37,7 +37,7 @@ const (
// SeccompDefaultPath defines the default seccomp path // SeccompDefaultPath defines the default seccomp path
SeccompDefaultPath = "/usr/share/containers/seccomp.json" SeccompDefaultPath = "/usr/share/containers/seccomp.json"
// SeccompOverridePath if this exists it overrides the default seccomp path // SeccompOverridePath if this exists it overrides the default seccomp path
SeccompOverridePath = "/etc/crio/seccomp.json" SeccompOverridePath = "/etc/containers/seccomp.json"
// TypeBind is the type for mounting host dir // TypeBind is the type for mounting host dir
TypeBind = "bind" TypeBind = "bind"
// TypeTmpfs is the type for mounting tmpfs // TypeTmpfs is the type for mounting tmpfs