From b2b8a8361991c2d138bb19311279f8b9f9c236f5 Mon Sep 17 00:00:00 2001 From: Christian Brauner Date: Tue, 9 Mar 2021 09:56:26 +0100 Subject: [PATCH] conf: tweak comment about transient procfs mount Signed-off-by: Christian Brauner --- src/lxc/conf.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lxc/conf.c b/src/lxc/conf.c index 252db805e..1be71a865 100644 --- a/src/lxc/conf.c +++ b/src/lxc/conf.c @@ -3521,7 +3521,7 @@ int lxc_setup(struct lxc_handler *handler) ret = lxc_create_tmp_proc_mount(lxc_conf); if (ret < 0) - return log_error(-1, "Failed to \"/proc\" LSMs"); + return log_error(-1, "Failed to mount transient procfs instance for LSMs"); ret = lxc_setup_console(handler, &lxc_conf->rootfs, &lxc_conf->console, lxc_conf->ttys.dir); -- 2.47.3