Radarr/Prowlarr #6411
Unanswered
westlandnigel
asked this question in
Casks
Radarr/Prowlarr
#6411
Replies: 2 comments
-
This is not something that we should be doing automatically for users, as it works around a valuable security feature in macOS. You could consider hosting the casks in your own tap if you would like to use Homebrew to manage them after they are disabled, or alternatively ask the developers to consider codesigning the applications. |
Beta Was this translation helpful? Give feedback.
0 replies
-
No, we do not intentionally bypass macOS security mechanisms. If the applications won't be notarized, they will be deprecated and removed. You can consider hosting them in your own Tap if you'd like. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Output of
brew config
Output of
brew doctor
Description of issue
Hello,
I don't know where to say it, but two of my casks will be disabled because it fails gatekeeping. This because after installing radarr: codesign --force --deep -s - /Applications/Radarr.app && xattr -rd com.apple.quarantine /Applications/Radarr.app You have to do this which says on macos part on radarr.video and for prowlarr (prowlarr.com) codesign --force --deep -s - /Applications/Prowlarr.app && xattr -rd com.apple.quarantine /Applications/Prowlarr.app which also says it on site. Can't this just be implemented in the cask so that it doesn't have to be disabled?
Relevant casks
radarr, prowlarr
Beta Was this translation helpful? Give feedback.
All reactions