summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorEric Koegel <eric.koegel@gmail.com>2015-08-24 09:56:17 +0300
committerEric Koegel <eric.koegel@gmail.com>2016-01-23 04:04:17 +0300
commit93d957b7dbe9841dd50bacb18cd36f5e737d81fb (patch)
tree824871ca835dde65b1f44388fd3c5b8bdb1e8e64 /.gitignore
parente0362195ecb5e584ab35d15c63b9fdcb2a48ee9d (diff)
downloadConsoleKit2-93d957b7dbe9841dd50bacb18cd36f5e737d81fb.tar.gz
Implement XDG_RUNTIME_DIR
This adds support for implementing the runtime dir spec. ConsoleKit2 will create $RUNDIR/users on the first session creation and then $RUNDIR/users/$uid for each user logging in that keeps an active session. CK2 will clean up the $uid folder once all sessions of that user have been closed. CK2 will also attempt to mount the user's rundir as a tmpfs mount owned by the user. This way if CK2 crashes the directory will get cleaned up on next system restart. CK2 will not create a runtime dir for root. http://standards.freedesktop.org/basedir-spec/basedir-spec-latest.html https://github.com/ConsoleKit2/ConsoleKit2/issues/41
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore1
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index 7477b49..b9a2b32 100644
--- a/.gitignore
+++ b/.gitignore
@@ -66,4 +66,5 @@ src/test-manager
src/ck-collect-session-info
tools/pam-foreground-compat.ck
tools/70-udev-acl.rules
+tools/ck-remove-directory
doc/console-kit-daemon.1m