helper: Don't try to mount /.oldroot into the sandbox

This will conflict with the internal .oldroot
tingping/wmclass
Alexander Larsson 2016-04-27 08:49:23 +02:00
parent eeece1a789
commit 965530c143
1 changed files with 1 additions and 1 deletions

View File

@ -659,7 +659,7 @@ static const mount_table_t mount_table[] = {
const char *dont_mount_in_root[] = {
".", "..", "lib", "lib32", "lib64", "bin", "sbin", "usr", "boot", "root",
"tmp", "etc", "app", "run", "proc", "sys", "dev", "var"
"tmp", "etc", "app", "run", "proc", "sys", "dev", "var", ".oldroot"
};
typedef enum {