// SPDX-License-Identifier: AGPL-3.0-only //go:build !linux package serverpolicy import "os" func rootOwned(os.FileInfo) bool { return false }