svn commit: r302226 - stable/10/sys/kern
Bryan Drewery
bdrewery at FreeBSD.org
Mon Jun 27 20:31:57 UTC 2016
Author: bdrewery
Date: Mon Jun 27 20:31:56 2016
New Revision: 302226
URL: https://svnweb.freebsd.org/changeset/base/302226
Log:
MFC r296285:
Correct a comment.
Modified:
stable/10/sys/kern/kern_exec.c
Directory Properties:
stable/10/ (props changed)
Modified: stable/10/sys/kern/kern_exec.c
==============================================================================
--- stable/10/sys/kern/kern_exec.c Mon Jun 27 17:01:26 2016 (r302225)
+++ stable/10/sys/kern/kern_exec.c Mon Jun 27 20:31:56 2016 (r302226)
@@ -671,7 +671,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-stable-10
mailing list