Remix.run Logo
metadat 2 hours ago

What is PAM in this context?

klodolph 2 hours ago | parent [-]

https://www.redhat.com/en/blog/pluggable-authentication-modu...

metadat 2 hours ago | parent [-]

What does this have to do with installing packages?

klodolph 2 hours ago | parent [-]

I don’t have all of the details, sorry, but PAM is a bunch of .so that are dlopen'd and if you mess them up you lose access to your system pretty damn quick. I would tell people to just use the system libc but I don’t know the specific failure modes for using libc via Nix. Using system libc = building your project outside of Nix.

There could be similar issues with NSS but I think more people are ready to bypass NSS altogether.