# Home dir of the plasmalogin user, also contains state.conf d /var/lib/plasmalogin 0750 plasmalogin plasmalogin # This contains X11 auth files passed to Xorg and the greeter d /run/plasmalogin 0711 root root # Sockets for IPC r! /tmp/plasmalogin-auth* # xauth files passed to user sessions r! /tmp/xauth_* # "r!" above means to remove the files if existent (r), but only at boot (!). # tmpfiles.d/tmp.conf declares a periodic cleanup of old /tmp/ files, which # would ordinarily result in the deletion of our xauth files. To prevent that # from happening, explicitly tag these as X (ignore). X /tmp/plasmalogin-auth* X /tmp/xauth_*