From Debian package 0.0.20080702-7 Merged upstream in e78ada86 (2011-11-16) 0011-Debian-file-locations-patch-from-Russell-Coker.patch (part of) 0012-Droppable-legacy-patch-differs-from-newer-upstream-o.patch (part of) Label /lib/udev/create_static_nodes Index: policy/modules/system/udev.fc =================================================================== --- policy/modules/system/udev.fc.orig +++ policy/modules/system/udev.fc @@ -11,7 +11,11 @@ /lib/udev/udev-acl -- gen_context(system_u:object_r:udev_exec_t,s0) +ifdef(`distro_debian', ` +/lib/udev/create_static_nodes -- gen_context(system_u:object_r:udev_exec_t,s0) +', ` /sbin/start_udev -- gen_context(system_u:object_r:udev_exec_t,s0) +') /sbin/udev -- gen_context(system_u:object_r:udev_exec_t,s0) /sbin/udevadm -- gen_context(system_u:object_r:udev_exec_t,s0) /sbin/udevd -- gen_context(system_u:object_r:udev_exec_t,s0)