Commit 0d7cf7e9 by Stéphane Graber

attach: Fix querying for the current personality

parent 5b99af00
......@@ -621,7 +621,7 @@ static bool fetch_seccomp(const char *name, const char *lxcpath,
static signed long get_personality(const char *name, const char *lxcpath)
{
char *p = lxc_cmd_get_config_item(name, "lxc.personality", lxcpath);
char *p = lxc_cmd_get_config_item(name, "lxc.arch", lxcpath);
signed long ret;
if (!p)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment