summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrick Griffis <tingping@tingping.se>2018-08-23 17:28:26 -0400
committerPatrick Griffis <tingping@tingping.se>2018-08-23 17:28:26 -0400
commit780c1e432e9fcd6833ced04e4ecf901434473b11 (patch)
tree25f1a48535ac81838d08ed76f7edd31d0e68316a
parent7b8e9ea4a17ccaf3418c48294ae13b784d19cb63 (diff)
downloadflatpak-tingping/block-proc.tar.gz
Add /proc to blacklisttingping/block-proc
This doesn't make sense to ever be in the sandbox
-rw-r--r--common/flatpak-exports.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/common/flatpak-exports.c b/common/flatpak-exports.c
index 6f4411de..92410cbe 100644
--- a/common/flatpak-exports.c
+++ b/common/flatpak-exports.c
@@ -51,7 +51,7 @@
/* 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", "/dev", NULL
+ "/lib", "/lib32", "/lib64", "/bin", "/sbin", "/usr", "/etc", "/app", "/dev", "/proc", NULL
};
static char *