Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 27 Jun 2016 20:31:56 +0000 (UTC)
From:      Bryan Drewery <bdrewery@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-10@freebsd.org
Subject:   svn commit: r302226 - stable/10/sys/kern
Message-ID:  <201606272031.u5RKVuG6000499@repo.freebsd.org>

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



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