Import sysutils/consolekit2 version 1.2.0
[dports.git] / sysutils / consolekit2 / pkg-descr
1 ConsoleKit2 is a framework for defining and tracking users, login
2 sessions, and seats. It allows multiple users to be logged in at the
3 same time and share hardware for their graphical session. ConsoleKit2
4 will keep track of those resources and whichever session is active
5 will have use of the hardware at that time.
6  
7 What is a seat?
8 ===============
9 A seat is a collection of sessions and a set of hardware (usually at
10 least a keyboard and mouse). Only one session may be active on a
11 seat at a time.
12
13 What is a session?
14 ==================
15 A session is a collection of all processes that originate from a single
16 common ancestor and retain knowledge of a secret. As an implementation
17 detail, this secret may be stored in the process environment by the
18 login manager under the name XDG_SESSION_COOKIE.
19
20 WWW: https://github.com/ConsoleKit2/ConsoleKit2