mirror of
https://github.com/containers/podman.git
synced 2025-11-30 01:58:46 +08:00
Bump to Buildah v1.27.0
As the title says. Vendor Buildah v1.27.0 into Podman in preparation for Buildah v4.2 [No New Tests Needed] Signed-off-by: tomsweeneyredhat <tsweeney@redhat.com>
This commit is contained in:
1
vendor/github.com/containers/buildah/run_freebsd.go
generated
vendored
1
vendor/github.com/containers/buildah/run_freebsd.go
generated
vendored
@@ -251,6 +251,7 @@ func (b *Builder) Run(command []string, options RunOptions) error {
|
||||
jconf.Set("enforce_statfs", 0)
|
||||
jconf.Set("devfs_ruleset", 4)
|
||||
jconf.Set("allow.raw_sockets", true)
|
||||
jconf.Set("allow.chflags", true)
|
||||
jconf.Set("allow.mount", true)
|
||||
jconf.Set("allow.mount.devfs", true)
|
||||
jconf.Set("allow.mount.nullfs", true)
|
||||
|
||||
Reference in New Issue
Block a user