mirror of
https://github.com/morgan9e/systemd
synced 2026-04-15 17:06:39 +09:00
Don't check inhibitors when operating remotely. The interactivity inhibitors imply can#t be provided anyway, and the current code checks for local sessions directly, via various sd_session_xyz() APIs, hence bypass it entirely if we operate on remote systems. Fixes: #3476