summaryrefslogtreecommitdiff
path: root/pkgs/development/python-modules/rangehttpserver
diff options
context:
space:
mode:
authorColin <colin@uninsane.org>2024-05-26 07:24:06 +0000
committerJohn Titor <50095635+JohnRTitor@users.noreply.github.com>2024-07-30 23:53:58 +0530
commit7306423158ba8d6e5d5674c4d6a7fcfea3c75f84 (patch)
tree137cc59df2d375ad4e839be26c1671cbba357055 /pkgs/development/python-modules/rangehttpserver
parent7511ed266c9ccf2aec06fd391dbc6fcecd1bb76c (diff)
nixos/pam: fully-qualify `modulePath`
this ensures PAM users always get the intended version of a module when multiple versions of the same module exist on a system. most packages which consume `pam` and link against `libpam.so` do so only to access its API, and not because they care about the specific `pam_<xyz>.so` modules provided by that `pam`. but when specifying modules by name only, PAM-capable applications may well load the `pam_<xyz>.so` from the `pam` they were compiled against instead of the pam declared in `security.pam.package`. by fully qualifying `modulePath` we ensure that users can actually swap out pam modules without rebuilding the world.
Diffstat (limited to 'pkgs/development/python-modules/rangehttpserver')
0 files changed, 0 insertions, 0 deletions