Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 1 Mar 2016 23:58:53 +0000 (UTC)
From:      Bryan Drewery <bdrewery@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r296285 - head/sys/kern
Message-ID:  <201603012358.u21NwrWc073558@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201603012358.u21NwrWc073558>