Searched defs:id_for_seat (Results 1 - 1 of 1) sorted by relevance

/systemd/src/login/
H A Dlogind-dbus.c1204 const char *id_for_seat; local
1218 id_for_seat = udev_device_get_property_value(d, "ID_FOR_SEAT");
1219 if (!id_for_seat)
1222 if (asprintf(&file, "/etc/udev/rules.d/72-seat-%s.rules", id_for_seat) < 0)
1225 if (asprintf(&rule, "TAG==\"seat\", ENV{ID_FOR_SEAT}==\"%s\", ENV{ID_SEAT}=\"%s\"", id_for_seat, seat) < 0)

Completed in 21 milliseconds