Apply 1 suggestion(s) to 1 file(s)

This commit is contained in:
Barnabás Pőcze 2023-11-22 11:46:57 +00:00 committed by Wim Taymans
parent 5e20a2d570
commit 69b093ebf1

View file

@ -90,7 +90,7 @@ pw_sandbox_access_t pw_snap_get_audio_permissions(struct client *client, int fd,
*app_id = snap_id; *app_id = snap_id;
// it's a "classic" or a "devmode" confinement snap, so we give it full access // it's a "classic" or a "devmode" confinement snap, so we give it full access
if (g_str_equal (snap_confinement, "complain")) { if (g_str_equal(snap_confinement, "complain")) {
return PW_SANDBOX_ACCESS_ALL; return PW_SANDBOX_ACCESS_ALL;
} }