Posted on 04-08-2021 06:44 AM
Hello,
I am trying to package an application, specifically Charles Proxy, and I am able to get it to deploy fine, but the application requires admin rights to access the Mac proxy settings after the install. I can't seem to figure out how to grant these rights to the application before I deploy it to the users. Is there any trick to this or will this application now require admin rights to use?
I am just getting into application packaging so sorry if this is confusing, if there is anything I can clarify, let me know.
Posted on 04-08-2021 03:56 PM
You could add a script to open the app after the install, it would have admin right when launched via Jamf. This would only work if it need admin rights just one time.
Policy
Install software pkg / dog
Script set to “after” that launch’s the program
Posted on 04-08-2021 03:58 PM
(Can’t edit on mobile app)
Create an policy that launch’s the software from the Self-Service app the user can trigger when they need to launch it.
Posted on 04-15-2021 09:35 AM
I ended up installing an old version of the application that worked without admin with a scripting workaround. I might test your solution too because I am interested to see if that works.
Posted on 04-15-2021 09:45 AM
An easy way would be to create a policy in Self Service, and under "Files & Processes", add the following command (linked to where you install Charles Proxy):
/Applications/Charles.app/Contents/MacOS/Charles
Posted on 07-11-2022 11:14 AM
Can confirm this worked for me
Posted on 07-18-2024 03:29 AM
Tested with another App and it works, great many thanks for this... it was a pain !!