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 _______________________________________________ svn-src-stable-10@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/svn-src-stable-10 To unsubscribe, send any mail to "svn-src-stable-10-unsubscr...@freebsd.org"