PAM: Difference between revisions
(link greetd page) |
mNo edit summary |
||
| (2 intermediate revisions by 2 users not shown) | |||
| Line 6: | Line 6: | ||
{{warning|Login without PAM will still be possible. See {{issue|11730}}}} | {{warning|Login without PAM will still be possible. See {{issue|11730}}}} | ||
{{warning|Polkit authentication agents tend to have issues running without PAM.}} | |||
== ulimit == | == ulimit == | ||
| Line 11: | Line 12: | ||
<code>ulimit</code> permissions can be changed via <code>/etc/security/limits.conf</code>. These will only apply if a PAM-compatible tool is used for logging in (as indicated above). | <code>ulimit</code> permissions can be changed via <code>/etc/security/limits.conf</code>. These will only apply if a PAM-compatible tool is used for logging in (as indicated above). | ||
== See | == See also == | ||
* [https://wiki.gentoo.org/wiki/PAM PAM on the Gentoo Wiki] | * [https://wiki.gentoo.org/wiki/PAM PAM on the Gentoo Wiki] | ||
* [https://wiki.archlinux.org/title/PAM PAM on the ArchLinux Wiki] | * [https://wiki.archlinux.org/title/PAM PAM on the ArchLinux Wiki] | ||
[[Category:Authentication]] | [[Category:Authentication]] | ||
Latest revision as of 02:31, 9 November 2025
To use PAM, the linux-pam package itself must be installed as well as something for logging into the system that supports PAM. The login bundled with busybox does not support PAM. Instead, one of the following may be used:
- greetd plus any greeter
login(1)provided by shadow-loginlogin(1)provided by util-linux-login

Warning: Login without PAM will still be possible. See #11730

Warning: Polkit authentication agents tend to have issues running without PAM.
ulimit
ulimit permissions can be changed via /etc/security/limits.conf. These will only apply if a PAM-compatible tool is used for logging in (as indicated above).