Post

Replies

Boosts

Views

Activity

Comment on Process arguments from audit token
Quinn, thanks for the reply. Im not planning on making security decisions based on this info I just would like to obtain this information for logging purposes. Also Im targeting macOS, and this is an enterprise app. I would like to know about those better ways to do this that you mentioned.
Topic: Programming Languages SubTopic: Swift Tags:
Jun ’21
Comment on How to handle System Extension willCompleteAfterReboot
Thanks for the reply matt. I do receive that callback and the system extension is replaced but as I explained before the new extension does not start. I know there is a workaround for this because I have seen apps that use system extensions that don't have this problem and they do this using a command line app. Unfortunately using a GUI is not an option for me, I can't just tell the 10k users in my organization to open a GUI and do the installation process themselves. Also how does using a GUI make sense in the case of an update to my system extension, the update should require no user interaction. Lastly: When I say command line app I mean I execute my .app main executable from the command line I don't have a separate binary its just the container app.
Jul ’21