mirror of
https://github.com/containers/podman.git
synced 2025-10-17 19:24:04 +08:00
vendor: update common and buildah
vendor the following dependencies: - https://github.com/containers/common/pull/2375 - https://github.com/containers/buildah/pull/6074 Closes: https://github.com/containers/podman/issues/25634 Signed-off-by: Giuseppe Scrivano <gscrivan@redhat.com>
This commit is contained in:
@ -97,7 +97,7 @@ func DevicesFromPath(g *generate.Generator, devicePath string) error {
|
||||
|
||||
func BlockAccessToKernelFilesystems(privileged, pidModeIsHost bool, mask, unmask []string, g *generate.Generator) {
|
||||
if !privileged {
|
||||
for _, mp := range config.DefaultMaskedPaths {
|
||||
for _, mp := range config.DefaultMaskedPaths() {
|
||||
// check that the path to mask is not in the list of paths to unmask
|
||||
if shouldMask(mp, unmask) {
|
||||
g.AddLinuxMaskedPaths(mp)
|
||||
|
Reference in New Issue
Block a user