summaryrefslogtreecommitdiff
path: root/src/login/logind-session.c
Commit message (Collapse)AuthorAge
* rename basic.la to shared.la and put selinux deps in shared-selinx.laKay Sievers2012-04-10
| | | | | Only 34 of 74 tools need libselinux linked, and libselinux is a pain with its unconditional library constructor.
* logind: extend comment about X11 socket symlinkLennart Poettering2012-03-22
|
* login: track login class (i.e. one of "user", "greeter", "lock-screen") for ↵Lennart Poettering2012-02-14
| | | | | | | | | | | each session This introduces the new PAM environment variable XDG_SESSION_CLASS. If not set, defaults to "user". This is useful for apps that want to distuingish real user logins from "fake" ones which just exist to show a gdm login screen or a lock screen.
* logind: if we have to stop a session, kill at least its leaderLennart Poettering2012-01-31
|
* exec: introduce ControlGroupPersistant= to make cgroups persistantLennart Poettering2012-01-18
|
* logind: move X11 socketLennart Poettering2012-01-18
|
* logind: simplify session_activate() a bitLennart Poettering2012-01-18
|
* logind: if we can't open /dev/tty0, assume there is no VT subsystem and ↵Lennart Poettering2012-01-03
| | | | don't pretend we could do VT switching
* logind: move logind into its own subdirectoryLennart Poettering2011-12-31