* logind: selinux is borked...
-* logind: sends SessionNew on Lock()?
-
* logind: allow showing logout dialog from system
* document that %% can be used to write % in a string that is specifier extended
* Something is wrong with symlink handling of "autovt@.service" in "systemctl list-unit-files"
-* introduce sd_log_open() to create a connection to the syslog bridge via sd-daemon.h
-
* when a bus name of a service disappears from the bus make sure to queue further activation requests
* something like ConditionExec= or ExecStartPre= without failure state
* and a dbus call to generate target from current state
-* detect LXC with $container=lxc
-
* drop /.readahead on bigger upgrades with yum
* add inode nr check to readahead to suppress preloading changed files
} else if (dbus_message_is_method_call(message, "org.freedesktop.login1.Session", "Lock") ||
dbus_message_is_method_call(message, "org.freedesktop.login1.Session", "Unlock")) {
- if (session_send_signal(s, streq(dbus_message_get_member(message), "Lock")) < 0)
+ if (session_send_lock(s, streq(dbus_message_get_member(message), "Lock")) < 0)
goto oom;
reply = dbus_message_new_method_return(message);