cocoa 应用程序中提示 root 访问权限
我希望我的程序以要求 root 访问权限的提示/警报开始。用户必须输入密码,然后应用程序就会启动。我一直在环顾四周,但我不太确定该怎么做。
非常感谢您的帮助。
谢谢!
I want my program to begin with a prompt/alert that asks for root access. The user must enter their password, and then the application follows. I've been looking around, but I'm not exactly sure how to do this.
You help is greatly appreciated.
Thanks!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
这是 Apple 关于此事的文档,和 这是一个很好的例子。
This is Apple's documentation on the matter, and here is a good example of it.
使用 BL 身份验证。以 root 身份启动授权要容易得多,您可以输入 bash 命令以 root 身份运行。
http://jim.roepcke.com/blog/archives /2002/09/24/blauthentication-class.html
Use BLAuthentication. Its much easier to launch authorization as root and you can enter bash commands to run as root.
http://jim.roepcke.com/blog/archives/2002/09/24/blauthentication-class.html