-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Installing via Homebrew has warnings #27
Comments
Thanks! It seems with the latest macOS versions the security constraints get more and more annoying 😓 Maybe we should at least document an easy way to validate the binary, I've read this could work (quick test seemed to validate it):
Later can also be removed via:
WDYT? |
I mean, that could work, but... there must be a better way? Other casks (Docker, etc) don't have this issue, so why does 7777? Why would the manually downloaded version have different permissions than a Homebrew download? |
I have no idea TBH, macOS restrictions change with every new OS version and I admit having trouble keeping up… What I've done to improve the situation at least a little bit is document that in the README in 50690b4 |
It appears that the version installed via homebrew isn't a signed package. On the latest version Below is the output from codesign, you can see the executable is missing the 'Authority' fields that indicate it was signed with a valid certificate.
|
@pooley182 do these instructions help: 50690b4 ? I used this and don't get any issue with firewall access on the latest macOS. |
Unfortunately not, I have run that command but it still prompts for firewall access every time the container starts. I don't want to come across as condescending but is your firewall actually turned on? By default the firewall is off on Mac OS, so there's a chance yours is off which is why you don't get the warning. |
@pooley182 oh right! No worries, it was indeed disabled. I enabled it and it indeed asks to confirm. |
I ran
brew install 7777
, it downloaded fromhttps://releases.port7777.com/1.1.3/macos/7777
.When I ran 7777 it gave me the dreaded
macOS cannot verify the developer of “7777”
error and refused to open the app.I was able to bypass this by running
open /opt/homebrew/Caskroom/7777
and manually opening 7777 with a right click, and accepting the warning message.The text was updated successfully, but these errors were encountered: