perm: add permission mask to global

Add a mask of possible permissions for a global.
Make sure the permissions of an object are limited to the global
mask.
This commit is contained in:
Wim Taymans 2023-07-26 18:43:15 +02:00
parent 9bcc90fdc3
commit 212fe59530
34 changed files with 53 additions and 5 deletions

View file

@ -265,6 +265,7 @@ pw_metadata_new(struct pw_context *context, struct pw_resource *resource,
impl->global = pw_global_new(context,
PW_TYPE_INTERFACE_Metadata,
PW_VERSION_METADATA,
PW_METADATA_PERM_MASK,
properties,
global_bind, impl);
if (impl->global == NULL) {