chiark / gitweb /
skip rule, if too may keys of the same type are used
[elogind.git] / udevd.c
diff --git a/udevd.c b/udevd.c
index 5c51beed1e0d32d85a3d1332df28bfff19f964e9..bec4e3d7b43c0e346ced75a1ad0bb5cc59c28539 100644 (file)
--- a/udevd.c
+++ b/udevd.c
@@ -45,6 +45,7 @@
 #include "udev.h"
 #include "udev_rules.h"
 #include "udevd.h"
+#include "udev_selinux.h"
 
 static struct udev_rules rules;
 static int udevd_sock = -1;
@@ -931,6 +932,7 @@ int main(int argc, char *argv[], char *envp[])
                err("fatal, could not open /dev/null: %s", strerror(errno));
 
        udev_config_init();
+       selinux_init();
        dbg("version %s", UDEV_VERSION);
 
        if (getuid() != 0) {