[ Все 3 A B C D E F G H I J K L M N O P Q R S T U V W X Y Z ]
×

Пакет pam-docs-1.5.1-25.el9_6.aarch64 download

Имя pam-docs
Эпоха 0
Версия 1.5.1
Релиз 25.el9_6
Архитектура aarch64
Сайт http://www.linux-pam.org/
Лицензия BSD and GPLv2+
Время сборки 2025-06-25 09:15:16
Хост сборки builder-arm64-1.inferitos.ru
Краткое описание Extra documentation for PAM.
Репозитории AppStream
Полное описание PAM (Pluggable Authentication Modules) is a system security tool that allows system administrators to set authentication policy without having to recompile programs that handle authentication. The pam-docs contains extra documentation for PAM. Currently, this includes additional documentation in txt and html format.
Эррата INFSA-2025:9526
Размер 129 КиБ
Исходный проект pam-1.5.1-25.el9_6
Контрольная сумма SHA-256 0d36b6e0740bf8e89c7c22399e485ba4b0f1ad9c468f78dc65ad7d70dcd4655e
× Full screenshot
История изменений link
* Mon Jun 16 2025 Iker Pedrosa <ipedrosa@redhat.com> - 1.5.1-25
- pam_namespace: fix potential privilege escalation.
  Resolves: CVE-2025-6020 and RHEL-96729

* Thu Nov 21 2024 Iker Pedrosa <ipedrosa@redhat.com> - 1.5.1-23
- pam_access: rework resolving of tokens as hostname.
  Resolves: CVE-2024-10963 and RHEL-66244

* Mon Nov 04 2024 Iker Pedrosa <ipedrosa@redhat.com> - 1.5.1-22
- pam_unix: always run the helper to obtain shadow password file entries.
  CVE-2024-10041. Resolves: RHEL-62879
- pam_access: always match local address and clarify LOCAL keyword behaviour.
  Resolves: RHEL-23631 and RHEL-39943

* Tue Jun 18 2024 Iker Pedrosa <ipedrosa@redhat.com> - 1.5.1-20
- libpam: support long lines in service files. Resolves: RHEL-40705

* Mon Feb 12 2024 Iker Pedrosa <ipedrosa@redhat.com> - 1.5.1-19
- pam_namespace: protect_dir(): use O_DIRECTORY to prevent local DoS
  situations. CVE-2024-22365. Resolves: RHEL-21244

* Fri Jan 26 2024 Iker Pedrosa <ipedrosa@redhat.com> - 1.5.1-18
- libpam: use getlogin() from libc and not utmp. Resolves: RHEL-16727
- pam_access: handle hostnames in access.conf. Resolves: RHEL-22300

* Mon Jan 08 2024 Iker Pedrosa <ipedrosa@redhat.com> - 1.5.1-17
- pam_faillock: create tallydir before creating tallyfile. Resolves: RHEL-20943

* Fri Nov 10 2023 Iker Pedrosa <ipedrosa@redhat.com> - 1.5.1-16
- libpam: use close_range() to close file descriptors. Resolves: RHEL-5099
- fix formatting of audit messages. Resolves: RHEL-5100

* Mon Jun 26 2023 Iker Pedrosa <ipedrosa@redhat.com> - 1.5.1-15
- pam_misc: make length of misc_conv() configurable and set to 4096. Resolves: #2215007