X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=src%2Ftmpfiles%2Ftmpfiles.c;h=e0b0e94664622306fd95fda4432d52ca68735c15;hb=461b1822321d6be0d7fd8be29bf3b4993ebd1b85;hp=dfe3daa7f72fc01abb6854c01d00702359b07526;hpb=d139b24a808beb0dd39d1a80023c111241c0a009;p=elogind.git diff --git a/src/tmpfiles/tmpfiles.c b/src/tmpfiles/tmpfiles.c index dfe3daa7f..e0b0e9466 100644 --- a/src/tmpfiles/tmpfiles.c +++ b/src/tmpfiles/tmpfiles.c @@ -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) {