Never mount /root in the app

tingping/wmclass
Alexander Larsson 2015-02-10 10:55:58 +01:00
parent a3e97d256a
commit cdeeaee4a9
1 changed files with 1 additions and 1 deletions

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"
};