I am porting a C++ code using boost interprocess and I was using set_unrestricted to add more permissions to the created shared memory.
It would be nice to have something similar in this crate.
For my needs, I have added a mode field in ShmemConf but this is not portable to the Windows version:
romainreignier@7739b22