From cdeeaee4a998a1f9bd561503e8ee693e0a84f981 Mon Sep 17 00:00:00 2001 From: Alexander Larsson Date: Tue, 10 Feb 2015 10:55:58 +0100 Subject: [PATCH] Never mount /root in the app --- xdg-app-helper.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xdg-app-helper.c b/xdg-app-helper.c index e34eddf3..992da5c1 100644 --- a/xdg-app-helper.c +++ b/xdg-app-helper.c @@ -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" };