]> git.ipfire.org Git - thirdparty/lxc.git/commitdiff
conf: tweak comment about transient procfs mount
authorChristian Brauner <christian.brauner@ubuntu.com>
Tue, 9 Mar 2021 08:56:26 +0000 (09:56 +0100)
committerChristian Brauner <christian.brauner@ubuntu.com>
Tue, 9 Mar 2021 08:56:26 +0000 (09:56 +0100)
Signed-off-by: Christian Brauner <christian.brauner@ubuntu.com>
src/lxc/conf.c

index 252db805efe56098442cfc91ee632eef49eb5b53..1be71a8656312cc31c0a0da95ec3b0cb86d0ae5b 100644 (file)
@@ -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);