flatpak-context.c (flatpak-1.15.0.tar.xz) | : | flatpak-context.c (flatpak-1.15.1.tar.xz) | ||
---|---|---|---|---|
skipping to change at line 2434 | skipping to change at line 2434 | |||
context->features &= context->features_valid; | context->features &= context->features_valid; | |||
g_hash_table_remove_all (context->persistent); | g_hash_table_remove_all (context->persistent); | |||
g_hash_table_remove_all (context->filesystems); | g_hash_table_remove_all (context->filesystems); | |||
g_hash_table_remove_all (context->session_bus_policy); | g_hash_table_remove_all (context->session_bus_policy); | |||
g_hash_table_remove_all (context->system_bus_policy); | g_hash_table_remove_all (context->system_bus_policy); | |||
g_hash_table_remove_all (context->generic_policy); | g_hash_table_remove_all (context->generic_policy); | |||
} | } | |||
const char *dont_mount_in_root[] = { | const char *dont_mount_in_root[] = { | |||
".", "..", "lib", "lib32", "lib64", "bin", "sbin", "usr", "boot", "root", | ".", "..", "lib", "lib32", "lib64", "bin", "sbin", "usr", "boot", "efi", | |||
"tmp", "etc", "app", "run", "proc", "sys", "dev", "var", NULL | "root", "tmp", "etc", "app", "run", "proc", "sys", "dev", "var", NULL | |||
}; | }; | |||
static void | static void | |||
flatpak_context_export (FlatpakContext *context, | flatpak_context_export (FlatpakContext *context, | |||
FlatpakExports *exports, | FlatpakExports *exports, | |||
GFile *app_id_dir, | GFile *app_id_dir, | |||
GPtrArray *extra_app_id_dirs, | GPtrArray *extra_app_id_dirs, | |||
gboolean do_create, | gboolean do_create, | |||
gchar **xdg_dirs_conf_out, | gchar **xdg_dirs_conf_out, | |||
gboolean *home_access_out) | gboolean *home_access_out) | |||
End of changes. 1 change blocks. | ||||
2 lines changed or deleted | 2 lines changed or added |