* Fix vulnerabilities in GSS message token handling: * CVE-2024-37370, bsc#1227186 * CVE-2024-37371, bsc#1227187 * Fix a potential bad pointer free in krb5_cccol_have_contents() * Fix a memory leak in the macOS ccache type - Update patch 0009-Fix-three-memory-leaks.patch OBS-URL: https://build.opensuse.org/package/show/network/krb5?expand=0&rev=289
10 lines
329 B
Makefile
10 lines
329 B
Makefile
#%PAM-1.0
|
|
auth sufficient pam_rootok.so
|
|
auth include common-auth
|
|
account sufficient pam_rootok.so
|
|
account include common-account
|
|
password include common-password
|
|
session optional pam_keyinit.so force revoke
|
|
session include common-session
|
|
session optional pam_xauth.so
|