Skip to main content
Question

outset in macos mojave

  • August 5, 2019
  • 2 replies
  • 18 views

Forum|alt.badge.img+5

We've been using outset since our last deployment to take care of some user settings at login.

Since Mojave, every user gets the pop up "outset want's access to control finder.app".

I know we can whitelists for kernel extensions, but it appears outset isn't signed? Anyone have a work around for this?

2 replies

Forum|alt.badge.img+17
  • Valued Contributor
  • August 5, 2019

Follow the steps outlined on the link below. You will need Apple Developer account for code signing.
https://carlashley.com/2018/09/23/code-signing-scripts-for-pppc-whitelisting/


Forum|alt.badge.img+9
  • Contributor
  • October 3, 2019

After following Carl's instructions, I am having issues.
This is my first use of anything with a certificate from Developer, but when running the following code I get an error:

# codesign -s "Mac Developer: MyCommonName (ID)" -i com.github.outset outset outset: bundle format unrecognized, invalid, or unsuitable.

Everything I search for on this is related to Xcode or bundles/apps rather than a terminal command line.
Can anyone assist with getting this working?

-edit- found my error : I was pointing to the incorrect file.