eclipse-iceoryx / iceoryx2

Eclipse iceoryx2™ - true zero-copy inter-process-communication in pure Rust
https://iceoryx.io
Apache License 2.0
448 stars 22 forks source link

`fchmod` does not work for shared memory in Mac OS #156

Open elfenpiff opened 3 months ago

elfenpiff commented 3 months ago

Required information

Operating system:

Observed result or behaviour: Calling fchmod with a file descriptor belonging to a shared memory always results in (errno == 2 (EINVAL)) since shared memory file descriptors are not supported?!

ToDo: