aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Kerrisk <mtk.manpages@gmail.com>2016-06-11 11:01:50 +0200
committerMichael Kerrisk <mtk.manpages@gmail.com>2016-06-29 07:06:28 +0200
commita62e0e012d50c193451a1d76e27bee87c1af2131 (patch)
treeae5b42983b95e188488fc94c660e6a253a33be96
parent82664739bed9bc86c75fadb2a86d429925abbeb1 (diff)
downloadman-pages-a62e0e012d50c193451a1d76e27bee87c1af2131.tar.gz
proc.5: /proc/PID/timerslack_ns is governed by PTRACE_MODE_ATTACH_FSCREDS
Permission to access /proc/PID/timerslack_ns is governed by a PTRACE_MODE_ATTACH_FSCREDS ptrace access mode check. Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
-rw-r--r--man5/proc.55
1 files changed, 5 insertions, 0 deletions
diff --git a/man5/proc.5 b/man5/proc.5
index 7851476bfa..fb3a952631 100644
--- a/man5/proc.5
+++ b/man5/proc.5
@@ -2370,6 +2370,11 @@ For further details, see the discussion of
.BR PR_SET_TIMERSLACK
in
.BR prctl (2).
+
+Permission to access this file is governed by a ptrace access mode
+.B PTRACE_MODE_ATTACH_FSCREDS
+check; see
+.BR ptrace (2).
.TP
.IR /proc/[pid]/uid_map ", " /proc/[pid]/gid_map " (since Linux 3.5)"
See