summaryrefslogtreecommitdiff
path: root/common
diff options
context:
space:
mode:
authorAlexander Larsson <alexl@redhat.com>2016-04-27 08:49:23 +0200
committerAlexander Larsson <alexl@redhat.com>2016-04-27 08:49:23 +0200
commit965530c1439e1d6ff0d7fef689cb245678fb9e20 (patch)
tree75c4a5b0cef3fe32402916a1ed14c8e0a16d80b5 /common
parenteeece1a78953b19e7f56d19e3e5b3fe79fa87555 (diff)
downloadxdg-app-965530c1439e1d6ff0d7fef689cb245678fb9e20.tar.gz
helper: Don't try to mount /.oldroot into the sandbox
This will conflict with the internal .oldroot
Diffstat (limited to 'common')
-rw-r--r--common/xdg-app-helper.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/common/xdg-app-helper.c b/common/xdg-app-helper.c
index 36c54f7..0ca53b0 100644
--- a/common/xdg-app-helper.c
+++ b/common/xdg-app-helper.c
@@ -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 {