svn commit: r296285 - head/sys/kern
Bryan Drewery
bdrewery at FreeBSD.org
Tue Mar 1 23:58:55 UTC 2016
Author: bdrewery
Date: Tue Mar 1 23:58:53 2016
New Revision: 296285
URL: https://svnweb.freebsd.org/changeset/base/296285
Log:
Correct a comment.
Modified:
head/sys/kern/kern_exec.c
Modified: head/sys/kern/kern_exec.c
==============================================================================
--- head/sys/kern/kern_exec.c Tue Mar 1 22:54:30 2016 (r296284)
+++ head/sys/kern/kern_exec.c Tue Mar 1 23:58:53 2016 (r296285)
@@ -676,7 +676,7 @@ interpret:
* Don't honor setuid/setgid if the filesystem prohibits it or if
* the process is being traced.
*
- * We disable setuid/setgid/etc in compatibility mode on the basis
+ * We disable setuid/setgid/etc in capability mode on the basis
* that most setugid applications are not written with that
* environment in mind, and will therefore almost certainly operate
* incorrectly. In principle there's no reason that setugid
More information about the svn-src-all
mailing list