macOS
brew install linux-pamlocal Homebrew formula metadata
安装
brew install linux-pamlocal Homebrew formula metadata
sudo apk add linux-pamAlpine Linux edge package indexes · linux-pam · 来源: dl-cdn.alpinelinux.org
nix profile install nixpkgs#linux-pamnixpkgs package indexes · pkgs/by-name/li/linux-pam/package.nix · 来源: api.github.com
概览
Pluggable Authentication Modules for Linux
历史
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.
安全态势
narrow executable package without higher-risk signals.
绿色 风险 · 低 置信度 · appliance
在无人值守的代理使用前,请检查该工具是否读取明文凭据、写入远程状态、发布制品或调用插件。
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/可执行文件
| 命令 | 类型 | 暴露范围 | 备注 |
|---|---|---|---|
faillock | cli | 全局可执行文件 | |
mkhomedir_helper | cli | 全局可执行文件 | |
pam_namespace_helper | cli | 全局可执行文件 | |
pam_timestamp_check | cli | 全局可执行文件 | |
pwhistory_helper | cli | 全局可执行文件 | |
unix_chkpwd | cli | 全局可执行文件 |
新鲜度
这些信号区分页生成时间、软件包管理器活动和上游发布比较。只有存在证据 URL 和可比较版本时,才会提示版本落后。
https://github.com/linux-pam/linux-pam
安装元数据
| 软件包键 | brew:linux-pam |
|---|---|
| 版本 | 1.7.2 |
| 软件包管理器 | Homebrew |
| 软件包管理器页面 | https://formulae.brew.sh/formula/linux-pam |
| 主页 | https://github.com/linux-pam/linux-pam |
| 仓库 | https://github.com/linux-pam/linux-pam |
| 上游文档 | https://github.com/linux-pam/linux-pam/tree/master/doc |
| 许可证 | BSD-3-Clause OR GPL-1.0-only |
| 源码归档 | https://github.com/linux-pam/linux-pam/releases/download/v1.7.2/Linux-PAM-1.7.2.tar.xz |
| 依赖 | libnsl, libtirpc, libxcrypt |
| 构建依赖 | meson, ninja, pkgconf |
| Bottle | 可用 (于 arm64_linux, x86_64_linux) |
| Homebrew post-install | 未定义 |
| 服务 | 未声明 |
注册表事实
| 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 |
|
源数据库匹配
匹配项来自外部软件包管理器索引,并与本地 Automic Vault 软件包链接分开显示。
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-systemd来源线索
此页面由 av-web 从 scripts/generate-pkg-sqlite.py 生成的私有软件包 SQLite 工件提供。
View the package source record on GitHub.