memfd_create.2: tfix

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2015-01-09 12:54:14 +01:00
parent e893b61ea1
commit db61d4b2fa
1 changed files with 1 additions and 1 deletions

View File

@ -185,7 +185,7 @@ used with the file-sealing APIs provided by
In the absence of file sealing,
processes that communicate via shared memory must either trust each other,
or take measures to deal with the possibility that an untrusted peer
may manipulate the shared memory region in problematics ways.
may manipulate the shared memory region in problematic ways.
For example, an untrusted peer might modify the contents of the
shared memory at any time, or shrink the shared memory region.
The former possibility leaves the local process vulnerable to