Cocoa - 在应用程序中获取权限
我知道如何获得正确的权限以便使用安全框架运行外部可执行文件。这次我想避免使用辅助工具。那么,我如何获得在应用程序中运行任务的权限,而不是使用辅助工具呢?
I know how to get the right privileges in order to run an external executable by using the Security framework. This time I want to avoid having a helper tool. So how can I acquire privileges to run my tasks within the application, and not with a helper tool?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我通过编写一个启动主应用程序的辅助工具解决了这个问题。
I solved this by coding a helper tool which launches my main application.