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:
parent
a1fd130f9e
commit
0bdbd1a80e
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue