mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-04 13:30:12 -05:00
access: debug access control some more
This commit is contained in:
parent
58cc4848f2
commit
0ef41252bd
2 changed files with 4 additions and 2 deletions
|
|
@ -74,6 +74,8 @@ static void object_update(void *data)
|
|||
return;
|
||||
|
||||
/* limited access for now */
|
||||
pw_log_info(NAME" %p: flatpak client %d granted RX permissions"
|
||||
, impl, client->id);
|
||||
permissions[0] = PW_PERMISSION_INIT(PW_ID_ANY, PW_PERM_R | PW_PERM_X);
|
||||
pw_client_update_permissions(client->obj->obj.proxy,
|
||||
1, permissions);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue