mirror of
https://github.com/flatpak/flatpak.git
synced 2026-02-01 03:21:23 -05:00
Fix regression with --own=name
We deleted the "filtered" policy, but forgot to delete it in one place. This fixes https://github.com/flatpak/flatpak/issues/1761
This commit is contained in:
committed by
Alexander Larsson
parent
c86ad3125b
commit
7311eff800
@@ -196,7 +196,7 @@ flatpak_context_shared_to_args (FlatpakContextShares shares,
|
||||
static FlatpakPolicy
|
||||
flatpak_policy_from_string (const char *string, GError **error)
|
||||
{
|
||||
const char *policies[] = { "none", "see", "filtered", "talk", "own", NULL };
|
||||
const char *policies[] = { "none", "see", "talk", "own", NULL };
|
||||
int i;
|
||||
g_autofree char *values = NULL;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user