"JamfAgent would like to access your contacts" Message After Upgrade to 10.7.1

irobinso
New Contributor III

Hello,
We just upgraded our Jamf Pro server to 10.7.1. After doing so, we noticed that our computers running Mojave ask the user for access to several types of data the first time inventory is updated. This includes contacts, calendar, and photos. Our users will be extremely uncomfortable with these messages, and I'd like to know how to turn that off, or else we will need to revert our Jamf server to an older version.

For the time being, I've had to turn off our policy to automatically update inventory, which obviously is not ideal.

See the screenshot below for an example of what this looks like when running "sudo jamf recon" from the terminal. When this runs as part of a policy, "Terminal" is replaced with "jamfAgent"

63f1f559c056440f9ab9cc3df090aac8

Thank you for your insight!
Ian

7 REPLIES 7

irobinso
New Contributor III

Just an update to this, I found the same issue after reverting to 10.4.1, but only when running the first inventory update from the terminal. It did not happen when updating inventory in the background. Does anyone have more information about what might be happening?

thomas_moser
New Contributor III

Hi,
same issue on our systems (JSS 10.7.1 and Mojave). Like you said, only when starting in terminal and then only the first time.

tjhall
Contributor III

It's got to do with the updated security policy by Apple in Mojave (https://developer.apple.com/enterprise/documentation/Configuration-Profile-Reference.pdf). Sounds like it was added last minute so things are not setup to work fully in v10.7.

The Jamf agents have been approved to run since you have v10.7.1 installed (you can verify this in sys prefs/profiles/privacy Prefs Policy) but it's very likely that you have scripts or policy's that calls individual apps (in this case Terminal) which hasn't been approved yet.

Trouton did a write up on it which seems to be the one everyone is referring to (https://derflounder.wordpress.com/2018/08/31/creating-privacy-preferences-policy-control-profiles-for-macos/).

JAMF stipulates that it will be included in a later version of JSS (https://www.jamf.com/jamf-nation/articles/553/preparing-your-organization-for-user-data-protections-on-macos-10-14)

I'm working on a similar issue but haven't rolled out any changes as yet. Jamf released a tool (https://github.com/jamf/PPPC-Utility) which allows you to roll out approved app configs but I'm trying to wrap my head around "which and what" needs to be approved.

irobinso
New Contributor III

Thanks, @tjhall! The jamfnation article you linked seems to have the most relevant information in it. It looks like we can use a configuration profile to pre-approve these permissions for 10.14 computers. I'll do some testing with that and report back on how it goes.

CorpIT_eB
Contributor II

@irobinso I am curious if you where able to append this and how?

I am getting this message as well as "Terminal" would like to access your contacts.

And would like to know if its possible to Allow these via PPPC.

Thank You

kevin_v
Contributor

Bump

sshort
Valued Contributor

ab6759f9baf744358b439a873bfbd707
@kevin.v The quickest workaround is just unchecking "Include home directory sizes" in your inventory collection settings. Otherwise, you'll need to create PPPC profiles to whitelist this behavior so users don't get those messages.

https://github.com/jamf/PPPC-Utility

https://www.jamf.com/jamf-nation/articles/553/preparing-your-organization-for-user-data-protections-...