macOS
brew install linux-pamlocal Homebrew formula metadata
brew
Pluggable Authentication Modules for Linux. Version 1.7.2 via Homebrew; verified from local package data.
install
brew install linux-pamlocal Homebrew formula metadata
sudo apk add linux-pamAlpine Linux edge package indexes · linux-pam · source: dl-cdn.alpinelinux.org
nix profile install nixpkgs#linux-pamnixpkgs package indexes · pkgs/by-name/li/linux-pam/package.nix · source: api.github.com
overview
Pluggable Authentication Modules for Linux
history
Linux-PAM is the Linux implementation of the Pluggable Authentication Modules model: applications call a common PAM API, while administrators compose authentication, account, password, and session behavior through loadable modules and policy files.
The PAM design entered the Unix security vocabulary through the October 1995 Open Software Foundation RFC by SunSoft authors Vipin Samar and Roland Schemers. That document framed PAM as a way to keep login, ftp, telnet, rlogin, and similar entry points independent from rapidly changing authentication mechanisms such as Kerberos, RSA, S/Key, smart cards, and local Unix passwords.
Linux-PAM carried that model into Linux distributions. The project repository identifies Andrew G. Morgan, Dmitry V. Levin, Thorsten Kukuk, Sebastien Tricaud, and Tomas Mraz among the original authors and maintainers, and the repository history preserves a long-running C codebase, manual pages, examples, tests, and release notes.
PAM became part of the expected shape of a Linux login stack: distribution packages, service files under /etc/pam.d, and modules such as pam_unix, pam_limits, pam_env, pam_access, pam_faillock, and pam_mkhomedir made authentication policy composable without rebuilding every consumer program.
The Homebrew formula is Linux-only and packages Linux-PAM for Homebrew-on-Linux use cases, which is a good example of why package managers care about it: many higher-level packages assume the PAM ABI and module layout even when installed outside a traditional distribution.
Administrators use Linux-PAM by editing service-specific policy stacks in /etc/pam.d or the older /etc/pam.conf style, choosing modules and control flags for authentication, account checks, password changes, and session setup.
For developers and packagers, Linux-PAM matters as a C library and module ABI. Applications link to libpam and call pam_start, pam_authenticate, pam_acct_mgmt, pam_open_session, and related interfaces, while distributions ship modules and policy defaults.
Linux-PAM sits at the uncomfortable but important boundary between package management and machine security: installing or upgrading it can affect login, sudo, SSH, desktop sessions, password policy, resource limits, and home-directory creation.
Its release notes show a classic system-library evolution story: security fixes, module deprecations, distro integration, build-system changes, Y2038-related cleanup, SELinux and audit support, and compatibility work across authentication stacks.
security posture
narrow executable package without higher-risk signals.
green risk · low confidence · appliance
Before unattended agent use, check whether the tool reads plaintext credentials, writes remote state, publishes artifacts, or shells out to plugins.
local files
These source-backed paths show where this package keeps local settings or durable credentials. Automic Vault can use them as review targets for secret scanning, migration, and command approval.
Config paths the tool may read or write during local use.
/etc/pam.conf/etc/pam.d/executables
| Command | Kind | Exposure | Note |
|---|---|---|---|
faillock | cli | global executable | |
mkhomedir_helper | cli | global executable | |
pam_namespace_helper | cli | global executable | |
pam_timestamp_check | cli | global executable | |
pwhistory_helper | cli | global executable | |
unix_chkpwd | cli | global executable |
freshness
These signals separate page generation age, package-manager activity, and upstream release comparison. Version lag is warned only when an evidence URL and comparable versions are present.
https://github.com/linux-pam/linux-pam
install metadata
| Package key | brew:linux-pam |
|---|---|
| Version | 1.7.2 |
| Package manager | Homebrew |
| Package manager page | https://formulae.brew.sh/formula/linux-pam |
| Homepage | https://github.com/linux-pam/linux-pam |
| Repository | https://github.com/linux-pam/linux-pam |
| Upstream docs | https://github.com/linux-pam/linux-pam/tree/master/doc |
| License | BSD-3-Clause OR GPL-1.0-only |
| Source archive | https://github.com/linux-pam/linux-pam/releases/download/v1.7.2/Linux-PAM-1.7.2.tar.xz |
| Dependencies | libnsl, libtirpc, libxcrypt |
| Build dependencies | meson, ninja, pkgconf |
| Bottle | available (on arm64_linux, x86_64_linux) |
| Homebrew post-install | not defined |
| Service | none declared |
registry facts
| Source Database | Homebrew formula API |
|---|---|
| Tap | homebrew/core |
| Full Name | linux-pam |
| Version Scheme | 0 |
| Revision | 0 |
| Head Version | HEAD |
| Requirements |
|
| Bottle Stable Root URL | https://ghcr.io/v2/homebrew/core |
| Deprecated | no |
| Disabled | no |
| Keg Only | no |
| URL Keys |
|
source database matches
Matches are pulled from external package-manager indexes and kept separate from local Automic Vault package links.
linux-pam
nix profile install nixpkgs#linux-pamlinux-pam 1.7.1-r2
Linux PAM (Pluggable Authentication Modules for Linux)
https://www.kernel.org/pub/linux/libs/pam
sudo apk add linux-pamlinux-pam-dev 1.7.1-r2
Linux PAM (Pluggable Authentication Modules for Linux) (development files)
https://www.kernel.org/pub/linux/libs/pam
sudo apk add linux-pam-devlinux-pam-doc 1.7.1-r2
Linux PAM (Pluggable Authentication Modules for Linux) (documentation)
https://www.kernel.org/pub/linux/libs/pam
sudo apk add linux-pam-doclinux-pam-manual 1.7.1-r2
Linux PAM (Pluggable Authentication Modules for Linux) (manual)
https://www.kernel.org/pub/linux/libs/pam
sudo apk add linux-pam-manuallinux-pam-systemd 1.7.1-r2
Linux PAM (Pluggable Authentication Modules for Linux) (systemd files)
https://www.kernel.org/pub/linux/libs/pam
sudo apk add linux-pam-systemdsource trail
This page is generated by av-web from the private package SQLite artifact built by scripts/generate-pkg-sqlite.py.
View the package source record on GitHub.