Is it possible to set ACL permissions for Boost.Interprocess managed_shared_memory? If not, how can I achieve this?
I’m using the Boost.Interprocess library in C++ to manage shared memory using the managed_shared_memory class. I am creating the shared memory segment with the open_or_create flag and specifying permissions.