blob: 0847932d77577c09e75fff6dc942227c8ac503d4 [file] [log] [blame]
Lennart Poettering47a26692011-06-28 20:50:43 +02001# This file is part of systemd.
2#
3# systemd is free software; you can redistribute it and/or modify it
4# under the terms of the GNU General Public License as published by
5# the Free Software Foundation; either version 2 of the License, or
6# (at your option) any later version.
7
8ACTION=="remove", GOTO="seat_late_end"
Lennart Poettering47a26692011-06-28 20:50:43 +02009
Lennart Poetteringc28fa3d2011-06-28 21:54:52 +020010ENV{ID_SEAT}=="", ENV{ID_AUTOSEAT}=="1", ENV{ID_FOR_SEAT}!="", ENV{ID_SEAT}="seat-$env{ID_FOR_SEAT}"
Lennart Poettering47a26692011-06-28 20:50:43 +020011ENV{ID_SEAT}=="", IMPORT{parent}="ID_SEAT"
12
13ENV{ID_SEAT}!="", TAG+="$env{ID_SEAT}"
14
Lennart Poetteringd2d4b032011-08-25 16:50:49 +020015TAG=="uaccess", ENV{MAJOR}!="", RUN+="@rootlibexecdir@/systemd-uaccess $env{DEVNAME} $env{ID_SEAT}"
Lennart Poettering0b191e62011-06-29 04:14:43 +020016
Lennart Poettering47a26692011-06-28 20:50:43 +020017LABEL="seat_late_end"