[Midnightbsd-cvs] [MidnightBSD/src] b5d443: pam: use pam_xdg for the system session stack
Lucas Holt
noreply at github.com
Mon Jul 13 00:48:30 EDT 2026
Branch: refs/heads/master
Home: https://github.com/MidnightBSD/src
Commit: b5d443571d28a52e143e3d35b041656b3396dfe4
https://github.com/MidnightBSD/src/commit/b5d443571d28a52e143e3d35b041656b3396dfe4
Author: Lucas Holt <luke at foolishgames.com>
Date: 2026-07-13 (Mon, 13 Jul 2026)
Changed paths:
M lib/libpam/pam.d/system
Log Message:
-----------
pam: use pam_xdg for the system session stack
Add pam_xdg to the system PAM policy so that console logins get
XDG_RUNTIME_DIR, matching FreeBSD, which enables the module in both
the system and xdm policies.
Only login(1) includes the system session stack; sshd and su declare
their own (pam_permit), so remote and su sessions are unaffected.
Obtained from: FreeBSD
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply at anthropic.com>
Commit: 2750299ec8d81e1c0264db56a9eac7c3bcc3dd9b
https://github.com/MidnightBSD/src/commit/2750299ec8d81e1c0264db56a9eac7c3bcc3dd9b
Author: Lucas Holt <luke at foolishgames.com>
Date: 2026-07-13 (Mon, 13 Jul 2026)
Changed paths:
M UPDATING
Log Message:
-----------
UPDATING: note pam_xdg(8) in the system PAM policy
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply at anthropic.com>
Commit: 5d99c6ec38e6f5906ddfb10b0f9f96592177a280
https://github.com/MidnightBSD/src/commit/5d99c6ec38e6f5906ddfb10b0f9f96592177a280
Author: Lucas Holt <luke at foolishgames.com>
Date: 2026-07-13 (Mon, 13 Jul 2026)
Changed paths:
M sys/sys/param.h
Log Message:
-----------
bump __MidnightBSD_version to 402001 for pam_xdg(8)
Base now provides pam_xdg(8) and enables it in the system and xdm PAM
policies. Bump so that mports can gate on OSVERSION to detect a base
that supplies XDG_RUNTIME_DIR. The equivalent bump on stable/4.1 is
401003.
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply at anthropic.com>
Compare: https://github.com/MidnightBSD/src/compare/1e98aa0e7969...5d99c6ec38e6
To unsubscribe from these emails, change your notification settings at https://github.com/MidnightBSD/src/settings/notifications
More information about the Midnightbsd-cvs
mailing list