fix FHSUserEnv blacklists

This commit is contained in:
Michael Eden 2018-11-11 10:32:09 -05:00
parent c1d9f57dcc
commit a3488fb9ac

View file

@ -19,7 +19,7 @@
#include <sys/types.h>
#include <sys/wait.h>
const gchar *bind_blacklist[] = {"bin", "etc", "host", "usr", NULL};
const gchar *bind_blacklist[] = {"bin", "etc", "host", "usr", "lib", "lib64", "lib32", "sbin", NULL};
void bind_mount(const gchar *source, const gchar *target) {
fail_if(g_mkdir(target, 0755));