Skip to content

Commit

Permalink
Fix checkFileAndProcess function on FreeBSD (#2128)
Browse files Browse the repository at this point in the history
  • Loading branch information
pappz authored Jun 13, 2024
1 parent 4fec709 commit a432e8e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion client/system/info.go
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ type Info struct {
SystemProductName string
SystemManufacturer string
Environment Environment
Files []File
Files []File // for posture checks
}

// extractUserAgent extracts Netbird's agent (client) name and version from the outgoing context
Expand Down
2 changes: 1 addition & 1 deletion client/system/process.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
//go:build windows || (linux && !android) || (darwin && !ios)
//go:build windows || (linux && !android) || (darwin && !ios) || freebsd

package system

Expand Down

0 comments on commit a432e8e

Please sign in to comment.