|
|
|
|
|
by cyberax
610 days ago
|
|
Python for PAM is fine for exploring, but it's a bad idea for "serious" modules. That's because your PAM module might be called within the context of another Python interpreter. That might not be in a state that can run your code. Even libc++ for C++ can cause issues. Ideally, PAM should just die and be replaced by a simple network service on the DBUS. PolKit is actually pretty decent, although its choice of the language sucks. |
|