-
Notifications
You must be signed in to change notification settings - Fork 1.5k
馃挕 sign macOS release binaries聽#1725
Copy link
Copy link
Open
Labels
Priority: NormalMinor issue impacting one or more usersMinor issue impacting one or more usersType: Feature RequestA big idea that would be split into smaller piecesA big idea that would be split into smaller pieces
Description
Activity
Metadata
Metadata
Assignees
Labels
Priority: NormalMinor issue impacting one or more usersMinor issue impacting one or more usersType: Feature RequestA big idea that would be split into smaller piecesA big idea that would be split into smaller pieces
Describe the feature you'd like
The
cloudflaredbinaries available for macOS via Homebrew / GitHub Releases are currently distributed without code signing.codesign -dvv /opt/homebrew/bin/cloudflared Executable=/opt/homebrew/Cellar/cloudflared/2026.7.3/bin/cloudflared Identifier=a.out Format=Mach-O thin (arm64) CodeDirectory v=20400 size=296926 flags=0x20002(adhoc,linker-signed) hashes=9276+0 location=embedded Signature=adhoc Info.plist=not bound TeamIdentifier=not set Sealed Resources=none Internal requirements=noneWondering if this has been explored as an option for making
cloudflareda trusted binary on macOS?Additional context
To reduce risks posed by the execution of untrusted binaries, enterprises environments are beginning to enforce aggressive binary authorisation policies that restrict the execution of unsigned code. Having
cloudflaredsigned with a Developer ID certificate would allow folks to maintain these policies without disrupting engineers' workflows.