summaryrefslogtreecommitdiff
path: root/sys/kern/kern_prot.c
diff options
context:
space:
mode:
authorRobert Watson <rwatson@FreeBSD.org>2001-12-03 19:10:21 +0000
committerRobert Watson <rwatson@FreeBSD.org>2001-12-03 19:10:21 +0000
commit5d476e73ced081af6c5f1186b5826271112b0d70 (patch)
treed04e4fc8b6436a1be5cd4d2214b15698587f21d6 /sys/kern/kern_prot.c
parentdcb9e45113435b51eb061c032609eee12d4510c0 (diff)
Notes
Diffstat (limited to 'sys/kern/kern_prot.c')
-rw-r--r--sys/kern/kern_prot.c12
1 files changed, 6 insertions, 6 deletions
diff --git a/sys/kern/kern_prot.c b/sys/kern/kern_prot.c
index ef45c5b8522b..c5e1dcf225c4 100644
--- a/sys/kern/kern_prot.c
+++ b/sys/kern/kern_prot.c
@@ -1464,12 +1464,12 @@ p_cansched(struct proc *p1, struct proc *p2)
}
/*
- * The 'unprivileged_procdebug_permitted' flag may be used to disable
- * a variety of unprivileged inter-process debugging services, including
- * some procfs functionality, ptrace(), and ktrace(). In the past,
- * inter-process debugging has been involved in a variety of security
- * problems, and sites not requiring the service might choose to disable it
- * when hardening systems.
+ * The 'unprivileged_proc_debug' flag may be used to disable a variety of
+ * unprivileged inter-process debugging services, including some procfs
+ * functionality, ptrace(), and ktrace(). In the past, inter-process
+ * debugging has been involved in a variety of security problems, and sites
+ * not requiring the service might choose to disable it when hardening
+ * systems.
*
* XXX: Should modifying and reading this variable require locking?
* XXX: data declarations should be together near the beginning of the file.