summaryrefslogtreecommitdiff
path: root/src/73-seat-late.rules.in
diff options
context:
space:
mode:
Diffstat (limited to 'src/73-seat-late.rules.in')
-rw-r--r--src/73-seat-late.rules.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/73-seat-late.rules.in b/src/73-seat-late.rules.in
index e93a0e6da9..0847932d77 100644
--- a/src/73-seat-late.rules.in
+++ b/src/73-seat-late.rules.in
@@ -12,6 +12,6 @@ ENV{ID_SEAT}=="", IMPORT{parent}="ID_SEAT"
ENV{ID_SEAT}!="", TAG+="$env{ID_SEAT}"
-TAG=="uaccess", RUN+="@rootlibexecdir@/systemd-uaccess $env{DEVNAME} $env{ID_SEAT}"
+TAG=="uaccess", ENV{MAJOR}!="", RUN+="@rootlibexecdir@/systemd-uaccess $env{DEVNAME} $env{ID_SEAT}"
LABEL="seat_late_end"