Skip to main content
Question

Trust an app pushed from jamf

  • August 25, 2022
  • 8 replies
  • 51 views

Forum|alt.badge.img+6

I want to push a Yubikey Manager.pkg through Jamf.

The package was downloaded from https://www.yubico.com/support/download/yubikey-manager/  and packed using Composer.

Installation through Jamf Pro: ok

Issue: when the app is opened locally user see this msg:

 "YubikeyManager" app is downloaded from internet ....

- How to make the pkg trusted when pushed to the MacOS?

Your's

8 replies

chrisB
Forum|alt.badge.img+7
  • Valued Contributor
  • 89 replies
  • August 25, 2022

Just open apps before packaging it with Composer, this should avoid those dialogs.


AJPinto
Forum|alt.badge.img+26
  • Legendary Contributor
  • 2802 replies
  • August 25, 2022

As @chrisB said, you just need to open the app before packaging it. Opening the app will update plists and quarantine stuff which goes with your package. Basically you will deploy the app AFTER the flag has been cleared that tosses this popup.


Fluffy
Forum|alt.badge.img+10
  • Honored Contributor
  • 209 replies
  • August 25, 2022

As @chrisB said, you just need to open the app before packaging it. Opening the app will update plists and quarantine stuff which goes with your package. Basically you will deploy the app AFTER the flag has been cleared that tosses this popup.


Shouldn't Jamf Pro or Composer be removing those flags? I don't remember running into this (using Jamf School + Composer) and, for the most part, I do not open apps before packaging.


Fluffy
Forum|alt.badge.img+10
  • Honored Contributor
  • 209 replies
  • August 25, 2022

Is it necessary to repackage the app? I'm curious if pushing the original package that was downloaded has the same issue.


chrisB
Forum|alt.badge.img+7
  • Valued Contributor
  • 89 replies
  • August 25, 2022

Is it necessary to repackage the app? I'm curious if pushing the original package that was downloaded has the same issue.


We don't talk about existing packages from distributors, we're talking about packages made in Composer.


AJPinto
Forum|alt.badge.img+26
  • Legendary Contributor
  • 2802 replies
  • August 25, 2022

Shouldn't Jamf Pro or Composer be removing those flags? I don't remember running into this (using Jamf School + Composer) and, for the most part, I do not open apps before packaging.


No, JAMF Pro only deploys the source files as they are packaged by Composer (or whatever other tool you use). You are not removing the flags before packaging so the flags go with. 


jbisgett
Forum|alt.badge.img+12
  • Honored Contributor
  • 107 replies
  • August 25, 2022

I recently had the same issue with an application that I had repackaged using Composer. I found @rich.trouton's blog post on this to be extremely helpful and it resolved my issue.

Clearing the quarantine extended attribute from downloaded applications 


Forum|alt.badge.img+6
  • Author
  • Contributor
  • 49 replies
  • August 29, 2022

Thanks all for the input. @jbisgett solution was the easiest.