help wanted
仓库指标
- 星标
- (34 个星标)
- PR 合并指标
- (30 天内没有已合并 PR)
描述
According to pam(3)
The
libpaminterfaces are only thread-safe if each thread within the multithreaded application uses its own PAM handle.
Looks to me like the current implementation either is unsound due to violating libpam thread-safety requirements or relies on some internal libpam implementation details for soundness.