如何在 Linux 中检测智能卡插入或移除事件
各位,我正在开发一个证书身份验证应用程序,它将根据插入的 CAC 对用户进行身份验证。我如何知道 CAC 何时插入/移除?我将用 C++ 或 Java 来“捕获”该事件。谢谢。
Folks, I'm working on a certificate authentication app that will authenticate user based on CAC inserted. How do I know when the CAC is inserted / removed? I'll be "catching" that event in C++ or Java. Thanks.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
您有两个选择:
You have two options:
您可能会看到它是否是通过
udev
报告的。You might see if it is reported through
udev
.