mirror of
https://github.com/containers/podman.git
synced 2025-09-25 15:55:32 +08:00
Switch references of /var/run -> /run
Systemd is now complaining or mentioning /var/run as a legacy directory. It has been many years where /var/run is a symlink to /run on all most distributions, make the change to the default. Partial fix for https://github.com/containers/podman/issues/8369 Signed-off-by: Daniel J Walsh <dwalsh@redhat.com>
This commit is contained in:
2
vendor/github.com/containers/buildah/selinux.go
generated
vendored
2
vendor/github.com/containers/buildah/selinux.go
generated
vendored
@ -1,4 +1,4 @@
|
||||
// +build selinux,linux
|
||||
// +build linux
|
||||
|
||||
package buildah
|
||||
|
||||
|
Reference in New Issue
Block a user