summarylogtreecommitdiffstats
path: root/config.h
diff options
context:
space:
mode:
authorPlaton Ryzhikov2021-09-13 11:33:38 +0300
committerPlaton Ryzhikov2021-09-13 11:40:49 +0300
commitf12c53bd03442778fdd711165b7fe48efbcd54eb (patch)
tree6c13066492763edb002101296cd7408056d904d0 /config.h
parent311b7a729198bf4ff0fa62d840c8ac266a3eb268 (diff)
downloadaur-f12c53bd03442778fdd711165b7fe48efbcd54eb.tar.gz
update to 0.4-1
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" },
+};