Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[18627] Note on the usage of SHM with privileged users #497

Merged
merged 1 commit into from
Jun 1, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions docs/fastdds/transport/shared_memory/shared_memory.rst
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,12 @@ DomainParticipants, and the remote
DomainParticipants are able to read it directly using the
shared memory mechanisms.

.. note::

Launching any of the processes with a higher privileged user (for instance, *root*)
can lead to communication problems, as processes run by non-privileged users may
not be able to write into the memory segment.

Every segment has a *segmentId*, a 16 character UUID that uniquely identifies each shared memory segment.
These *segmentIds* are used to identify and access the segment of each DomainParticipant.

Expand Down