From a802a70ea4e720e8325e13e89a4915eef64a3c87 Mon Sep 17 00:00:00 2001 From: Laurent Bercot Date: Sun, 27 Feb 2022 01:02:52 +0000 Subject: Noclamp the stage 1 envdir Signed-off-by: Laurent Bercot --- src/init/s6-linux-init.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/init') diff --git a/src/init/s6-linux-init.c b/src/init/s6-linux-init.c index 4fcbdcb..d0bb442 100644 --- a/src/init/s6-linux-init.c +++ b/src/init/s6-linux-init.c @@ -269,7 +269,7 @@ int main (int argc, char const **argv, char const *const *envp) if (!hiercopy(fn, S6_LINUX_INIT_TMPFS)) strerr_diefu3sys(111, "copy ", fn, " to " S6_LINUX_INIT_TMPFS) ; memcpy(fn + dirlen + 1, ENVSTAGE1, sizeof(ENVSTAGE1)) ; - if (envdir_verbatim_chomp(fn, &envmodifs) == -1) + if (envdir_internal(fn, &envmodifs, SKALIBS_ENVDIR_VERBATIM | SKALIBS_ENVDIR_NOCLAMP, '\n') == -1) strerr_warnwu2sys("envdir ", fn) ; } if (envdumpdir && !env_dump(envdumpdir, 0700, envp)) -- cgit v1.2.3