mirror of
https://github.com/flatpak/flatpak.git
synced 2026-05-18 21:55:22 -04:00
Never mount /root in the app
This commit is contained in:
@@ -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"
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user