From: Christian Brauner Date: Tue, 9 Mar 2021 08:56:26 +0000 (+0100) Subject: conf: tweak comment about transient procfs mount X-Git-Tag: lxc-5.0.0~260^2~5 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3dd3fc31640e5038d05548ed277bef494493587f;p=thirdparty%2Flxc.git conf: tweak comment about transient procfs mount Signed-off-by: Christian Brauner --- 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);