chiark / gitweb /
security: rework selinux, smack, ima, apparmor detection logic
[elogind.git] / src / udev / udev-builtin-path_id.c
index da0273197bded6645cc0e4ceffe1b3ef1c6c134f..0659967c686818970a33d22f8f4eefc25fdbdd85 100644 (file)
@@ -531,6 +531,7 @@ static int builtin_path_id(struct udev_device *dev, int argc, char *argv[], bool
                 } else if (streq(subsys, "scm")) {
                         path_prepend(&path, "scm-%s", udev_device_get_sysname(parent));
                         parent = skip_subsystem(parent, "scm");
+                        some_transport = true;
                 }
 
                 parent = udev_device_get_parent(parent);