8 lines
209 B
Plaintext
8 lines
209 B
Plaintext
|
# SPDX-License-Identifier: GPL-2.0-only
|
||
|
config PTRACE_PROTECT
|
||
|
tristate "ptrace protect"
|
||
|
default y
|
||
|
help
|
||
|
This option adds support for ptrace protect. Users could set
|
||
|
which pids forbidden to be ptraced.
|