This is the location of the udev permission file. The default value for this is
.I /etc/udev/udev.permissions
.TP
+.B udev_log
+If you want udev to log some information to the syslog for every node created or
+removed. The default value for this is
+.I yes
+.TP
.B default_mode
This is the default mode for all nodes that have no explicit match in the
permissions file. The default value for this is
# udev_permissions - The name and location of the udev permission file
udev_permissions="/etc/udev/udev.permissions"
+# udev_log - set to "yes" if you want logging, else "no"
+udev_log="yes"
+
# default_mode - set the default mode for all nodes that have no
# explicit match in the permissions file
default_mode="0666"