summarylogtreecommitdiffstats
path: root/config.h
diff options
context:
space:
mode:
Diffstat (limited to 'config.h')
-rw-r--r--config.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/config.h b/config.h
new file mode 100644
index 000000000000..3718d01e215f
--- /dev/null
+++ b/config.h
@@ -0,0 +1,10 @@
+static const Rule rules[] = {
+ /* ACTION SUBSYSTEM other env variables command to run */
+ { "add", NULL, "DEVNAME", "/usr/bin/smdev" },
+ { "remove", NULL, "DEVNAME", "/usr/bin/smdev" },
+ { "add", NULL, "MODALIAS", "/usr/bin/modprobe_env" },
+ { "add", NULL, NULL, "/usr/bin/libudev-helper" },
+ { "remove", NULL, NULL, "/usr/bin/libudev-helper" },
+ { "bind", NULL, NULL, "/usr/bin/libudev-helper" },
+ { "change", NULL, NULL, "/usr/bin/libudev-helper" },
+};