Files
podman/libpod/runtime_freebsd.go
2025-10-01 10:42:08 -04:00

11 lines
145 B
Go

//go:build !remote
package libpod
func checkCgroups2UnifiedMode(_ *Runtime) {
}
func (r *Runtime) checkBootID(_ string) error {
return nil
}