chiark / gitweb /
mount-setup: don't complain if we try to fix the label of a dir beneath a mount but...
[elogind.git] / src / tmpfiles / tmpfiles.c
index dfe3daa7f72fc01abb6854c01d00702359b07526..e0b0e94664622306fd95fda4432d52ca68735c15 100644 (file)
@@ -469,7 +469,7 @@ static int item_set_perms(Item *i, const char *path) {
                         return -errno;
                 }
 
-        return label_fix(path, false);
+        return label_fix(path, false, false);
 }
 
 static int recursive_relabel_children(Item *i, const char *path) {