This commit is contained in:
Peter Teoh 2021-10-26 02:27:13 +03:00 committed by GitHub
commit 65575d54ed
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 0 deletions

View File

@ -1406,9 +1406,12 @@ Under Linux 2.0, there is no field giving pathname.
This file can be used to access the pages of a process's memory through
.BR open (2),
.BR read (2),
.BR write(2),
and
.BR lseek (2).
.IP
Permission to use the write(2) syscall is allowed only if the caller of write(2) is the parent process of the [pid] to be written.
.IP
Permission to access this file is governed by a ptrace access mode
.B PTRACE_MODE_ATTACH_FSCREDS
check; see