]> git.ipfire.org Git - thirdparty/systemd.git/commit
pam: lower warning about closing sd-bus after fork
authorLuca Boccassi <bluca@debian.org>
Tue, 25 Jul 2023 18:47:29 +0000 (19:47 +0100)
committerYu Watanabe <watanabe.yu+github@gmail.com>
Wed, 26 Jul 2023 01:07:06 +0000 (10:07 +0900)
commit859ecf0aaa51ac1f5bcefab3fb1ba6156de9d851
tree6a45c5b2c1dc08ecacf9f83bd85f3df261cbcaf8
parent6636b2b6bf07def544dcb4faefe161d27a532692
pam: lower warning about closing sd-bus after fork

There is some issue in our code that triggers this warning constantly,
but it's nothing users can solve, so downgrade to debug level until
we can figure out the original issue (which is a permission denied
error on ReleaseSession D-Bus method call).

Related to https://github.com/systemd/systemd/issues/28514
src/shared/pam-util.c