chiark / gitweb /
label: udev might be making changes in /dev while we iterate through it
[elogind.git] / src / tmpfiles.c
index 917747a4a48548237549ac743c710e0a11172ac7..0302262394ef1f694f6f6745a62bc633961832c8 100644 (file)
@@ -507,7 +507,7 @@ static int create_item(Item *i) {
                 break;
         }
 
-        if ((r = label_fix(i->path)) < 0)
+        if ((r = label_fix(i->path, false)) < 0)
                 goto finish;
 
         log_debug("%s created successfully.", i->path);