Posted on 02-10-2015 01:27 PM
The 3.8.2 ARD client (ARDAgent.app) is asking end users to allow/deny the ARD access through OS X AFL firewall.
Im seeing it on Yosemite 10.10.2 Macs with the ARD 3.8.2 and 3.8.2 v1.1 updates.
Every time a user logs into a Mac they get a OS X GUI dialog box asking to allow ARD. I have never seen this before.
Exact GUI message is:
Do you want the application "ARDAgent.app" to accept incoming connections? <Allow> <Deny>
At my company, IT forces (most) Macs to run the ALF firewall (policy). But I don't want my end users be prompted about the ARD service.
Has anyone seen this?
Posted on 02-10-2015 01:51 PM
Yes, I get this as well. I also saw it on 10.10.1 if I recall correctly...
Posted on 02-10-2015 02:10 PM
Are you running the ARD 3.8.2 client release, or the 3.8.2 v1.1 build that Apple released later?
Posted on 02-10-2015 02:16 PM
I've seen it in both. @RobertHammen.
Posted on 02-10-2015 02:27 PM
I have seen it on both versions as well.
Doing more testing with freshly-imaged 10.10.2 Macs now.
I have a 10.10.3 beta test Mac (ARDAgent 3.8.2) that does not exhibit the issue.
Posted on 02-11-2015 05:26 AM
I have this too, I opened a ticket with apple on it :)
Posted on 03-09-2015 09:24 AM
@jwojda Any updates from Apple on this?
Posted on 03-09-2015 09:29 AM
yeah, they have been having a problem reproducing it, but they are aware of the issue. I've sent debug logs and screen shots, and have been able to preproduce it even after a full nuke and pave. They are reviewing my latest logs.
Posted on 03-09-2015 09:57 AM
We see the same thing with the MS Lync installer. This is what we found.
Lync binary uses a version 1 signature, since MacOS 10.9.5+ only version 2 signatures are accepted.
This is what we did to fix it (requires Xcode)
sudo codesign --force --sign - /Applications/Microsoft Lync.app/
C