diff --git a/common/flatpak-run.c b/common/flatpak-run.c index 405689c7..6ab46301 100644 --- a/common/flatpak-run.c +++ b/common/flatpak-run.c @@ -100,7 +100,7 @@ const char *dont_mount_in_root[] = { /* We don't want to export paths pointing into these, because they are readonly (so we can't create mountpoints there) and don't match whats on the host anyway */ const char *dont_export_in[] = { - "/lib", "/lib32", "/lib64", "/bin", "/sbin", "/usr", "/etc", "/app", NULL + "/lib", "/lib32", "/lib64", "/bin", "/sbin", "/usr", "/etc", "/app", "/dev", NULL }; typedef enum {