You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Detailed log output:
When iceoryx2 is compiled with the dev_permissions feature flag, the development permissions are not applied to the unix domain sockets of the event service.
Observed result or behaviour:
The dev_permissions are applied to all created resources and event services can be connected as well across users when using dev_permissions.
Expected result or behaviour:
Create an event service under user A and connect to it with user B.
Conditions where it occurred / Performed steps:
Create an event service as user A and try to connect to it as user B