summaryrefslogtreecommitdiff
path: root/debian/patches/fix-udev-rules.diff
blob: c0b39eaef0daf907624134510cf1e8960791ad6c (plain)
1
2
3
4
5
6
7
8
9
10
11
--- a/src/login/73-seat-late.rules.in
+++ b/src/login/73-seat-late.rules.in
@@ -12,6 +12,7 @@
 
 ENV{ID_SEAT}!="", TAG+="$env{ID_SEAT}"
 
-TAG=="uaccess", ENV{MAJOR}!="", RUN{builtin}+="uaccess"
+#This is not supported by eudev because eudev does not know about logind
+#TAG=="uaccess", ENV{MAJOR}!="", RUN{builtin}+="uaccess"
 
 LABEL="seat_late_end"