mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-10 13:30:05 -05:00
perm: add a new L permissions
When a client has the L permission on the node, it can make links between the node even if the owner of the node can't see the other node.
This commit is contained in:
parent
94385068cb
commit
390f6c9cb8
5 changed files with 41 additions and 13 deletions
|
|
@ -1427,6 +1427,7 @@ static void dump_objects(struct data *d)
|
|||
{ "w", PW_PERM_W },
|
||||
{ "x", PW_PERM_X },
|
||||
{ "m", PW_PERM_M },
|
||||
{ "l", PW_PERM_L },
|
||||
{ NULL, },
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue