mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-03 09:01:54 -05:00
Apply 1 suggestion(s) to 1 file(s)
This commit is contained in:
parent
5e20a2d570
commit
69b093ebf1
1 changed files with 1 additions and 1 deletions
|
|
@ -90,7 +90,7 @@ pw_sandbox_access_t pw_snap_get_audio_permissions(struct client *client, int fd,
|
|||
*app_id = snap_id;
|
||||
|
||||
// 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;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue