From 55cf26ff0237ededb7bfcfcce10bd271efd92399 Mon Sep 17 00:00:00 2001 From: HD Moore Date: Sun, 4 May 2025 05:11:25 -0500 Subject: [PATCH] build: add missing build tag for dragonfly (#651) --- permission/permission_other.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/permission/permission_other.go b/permission/permission_other.go index 5a57549f..3373e985 100644 --- a/permission/permission_other.go +++ b/permission/permission_other.go @@ -1,4 +1,4 @@ -//go:build darwin || freebsd || netbsd || openbsd || solaris || android || ios || (linux && armv7l) || (linux && armv8l) +//go:build darwin || freebsd || netbsd || dragonfly || openbsd || solaris || android || ios || (linux && armv7l) || (linux && armv8l) package permissionutil