Never mount /root in the app

This commit is contained in:
Alexander Larsson
2015-02-10 10:55:58 +01:00
parent a3e97d256a
commit cdeeaee4a9

View File

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