diff options
Diffstat (limited to '')
-rw-r--r-- | src/core/execute.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/execute.c b/src/core/execute.c index 962edc1eee..3be219fe1c 100644 --- a/src/core/execute.c +++ b/src/core/execute.c @@ -3081,7 +3081,7 @@ static int setup_credentials_internal( assert(!must_mount || workspace_mounted > 0); where = workspace_mounted ? workspace : final; - (void) label_fix_container(where, final, 0); + (void) label_fix_full(AT_FDCWD, where, final, 0); r = acquire_credentials(context, params, unit, where, uid, workspace_mounted); if (r < 0) |