3

Since upgrading to OS X Mountain Lion, every time I restart my computer I am alerted

Do you want the application "Growl.app" to accept incoming network connections?

Picture.png

Even though I click "Allow" this message continues to plague me upon restart.

Silva says use codesign -vvv to verify the application is signed. It verifies:

$ codesign -vvv /Applications/Growl.app
/Applications/Growl.app: valid on disk
/Applications/Growl.app: satisfies its Designated Requirement

It also seems that reinstalling the program does not help. How can I get rid of this message?

cwd
  • 18,788
  • 43
  • 123
  • 162

1 Answers1

1

In System preferences Select Security & Privacy (Top row). When you click on it, this will come up: enter image description here


Click on the box that says Firewall options. This is the next screen you will see: enter image description here


Click on the + button in the middle left side and add Growl to the list. This should alleviate your problem.

Everett
  • 6,113
  • 1
  • 24
  • 34