macOS
brew install linux-pamlocal Homebrew formula metadata
brew
Prüfe Installationswege, Executables, Metadaten und Sicherheitshinweise für linux-pam in AI-Agent-Workflows.
Installation
brew install linux-pamlocal Homebrew formula metadata
sudo apk add linux-pamAlpine Linux edge package indexes · linux-pam · Quelle: dl-cdn.alpinelinux.org
nix profile install nixpkgs#linux-pamnixpkgs package indexes · pkgs/by-name/li/linux-pam/package.nix · Quelle: api.github.com
Überblick
Pluggable Authentication Modules for Linux
Verlauf
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.
Sicherheitslage
narrow executable package without higher-risk signals.
grün Risiko · niedrig Konfidenz · appliance
Prüfe vor unbeaufsichtigter Agent-Nutzung, ob das Tool Klartext-Credentials liest, Remote-Zustand schreibt, Artefakte veröffentlicht oder Plugins ausführt.
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
| Befehl | Art | Sichtbarkeit | Hinweis |
|---|---|---|---|
faillock | cli | globales Executable | |
mkhomedir_helper | cli | globales Executable | |
pam_namespace_helper | cli | globales Executable | |
pam_timestamp_check | cli | globales Executable | |
pwhistory_helper | cli | globales Executable | |
unix_chkpwd | cli | globales Executable |
Aktualität
Diese Signale trennen das Alter der Seitengenerierung, Aktivität des Paketmanagers und Upstream-Release-Vergleich. Versionsrückstand wird nur gemeldet, wenn eine Evidenz-URL und vergleichbare Versionen vorhanden sind.
https://github.com/linux-pam/linux-pam
Installationsmetadaten
| Paketschlüssel | brew:linux-pam |
|---|---|
| Version | 1.7.2 |
| Paketmanager | Homebrew |
| Paketmanager-Seite | https://formulae.brew.sh/formula/linux-pam |
| Homepage | https://github.com/linux-pam/linux-pam |
| Repository | https://github.com/linux-pam/linux-pam |
| Upstream-Dokumentation | https://github.com/linux-pam/linux-pam/tree/master/doc |
| Lizenz | BSD-3-Clause OR GPL-1.0-only |
| Quellarchiv | https://github.com/linux-pam/linux-pam/releases/download/v1.7.2/Linux-PAM-1.7.2.tar.xz |
| Abhängigkeiten | libnsl, libtirpc, libxcrypt |
| Build-Abhängigkeiten | meson, ninja, pkgconf |
| Bottle | verfügbar (auf arm64_linux, x86_64_linux) |
| Homebrew post-install | nicht definiert |
| Dienst | keiner deklariert |
Registry-Fakten
| 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-Datenbank-Treffer
Treffer stammen aus externen Paketmanager-Indizes und bleiben von lokalen Automic-Vault-Paketlinks getrennt.
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-systemdQuellspur
Diese Seite wird von av-web aus dem privaten Paket-SQLite-Artefakt bereitgestellt, das scripts/generate-pkg-sqlite.py erstellt.
View the package source record on GitHub.