From: Djalal Harouni <redacted>
If "limit_pids=1" mount option is set then do not instantiate pids that
we can not ptrace. "limit_pids=1" means that procfs should only contain
pids that the caller can ptrace.
Cc: Kees Cook <redacted>
Cc: Andy Lutomirski <luto@kernel.org>
Signed-off-by: Djalal Harouni <redacted>
---
fs/proc/base.c | 9 +++++++++
1 file changed, 9 insertions(+)
From: Randy Dunlap <hidden> Date: 2018-05-11 16:11:44
On 05/11/2018 02:36 AM, Alexey Gladkov wrote:
From: Djalal Harouni <redacted>
If "limit_pids=1" mount option is set then do not instantiate pids that
we can not ptrace. "limit_pids=1" means that procfs should only contain
pids that the caller can ptrace.
Where can I find documentation on these mount options (pidonly, limit_pids)?
Thanks.
On Fri, May 11, 2018 at 09:09:04AM -0700, Randy Dunlap wrote:
On 05/11/2018 02:36 AM, Alexey Gladkov wrote:
quoted
From: Djalal Harouni <redacted>
If "limit_pids=1" mount option is set then do not instantiate pids that
we can not ptrace. "limit_pids=1" means that procfs should only contain
pids that the caller can ptrace.
Where can I find documentation on these mount options (pidonly, limit_pids)?
The documentation is not ready yet. It will be added in the next version
of the patchset.
--
Rgrds, legion