Skip to main content
Question

Can you disable notification from *nix app?

  • July 9, 2020
  • 2 replies
  • 24 views

Forum|alt.badge.img+2

Good Morning,

Our AV solution uses a *nix app to monitor macs. When it is installed, Catalina users see the following

Since this is not a .app bundle it has no Bundle ID. Does anyone know a another method besides disabling or setting DND for notifications, doing the install, then re-enabling notifications?

Thanks
Jeff

2 replies

Forum|alt.badge.img+31
  • Honored Contributor
  • July 9, 2020

Have you looked at what it is listed under when you allow it in system preferences? Then you can manage that via TCC/PPPC stuff perhaps?


Forum|alt.badge.img+9
  • Contributor
  • July 9, 2020

If you can find the process anywhere in the privacy tab, right-click on the process to find it's location.

When you find the process/app, you should then be able to drag the it into PPPC to determine its bundle id. Or check it using:

mdls -name kMDItemCFBundleIdentifier -r /Path/to/Process.app