chiark / gitweb /
split selinux label operations out of cgroup-util, socket-util
[elogind.git] / src / login / multi-seat-x.c
index d0845e7cae2e762e12cb8e1f6aec5b3a67ca6997..96554462a809db665eb8eb519c4acb490fb063bf 100644 (file)
@@ -25,6 +25,7 @@
 #include <libudev.h>
 
 #include "util.h"
+#include "mkdir.h"
 
 int main(int argc, char *argv[]) {
 
@@ -139,6 +140,11 @@ int main(int argc, char *argv[]) {
                 "Section \"ServerFlags\"\n"
                 "        Option \"AutoAddDevices\" \"True\"\n"
                 "        Option \"AllowEmptyInput\" \"True\"\n"
+                "        Option \"DontVTSwitch\" \"True\"\n"
+                "EndSection\n"
+                "Section \"InputClass\"\n"
+                "        Identifier \"Force Input Devices to Seat\"\n"
+                "        Option \"GrabDevice\" \"True\"\n"
                 "EndSection\n",
                 device_node);