Author: jilles Date: Sun Dec 20 13:41:06 2015 New Revision: 292511 URL: https://svnweb.freebsd.org/changeset/base/292511
Log: MFC r292130: exec(3): Fix COMPATIBILITY section: default path does not contain cwd. Modified: stable/10/lib/libc/gen/exec.3 Directory Properties: stable/10/ (props changed) Modified: stable/10/lib/libc/gen/exec.3 ============================================================================== --- stable/10/lib/libc/gen/exec.3 Sun Dec 20 11:55:39 2015 (r292510) +++ stable/10/lib/libc/gen/exec.3 Sun Dec 20 13:41:06 2015 (r292511) @@ -28,7 +28,7 @@ .\" @(#)exec.3 8.3 (Berkeley) 1/24/94 .\" $FreeBSD$ .\" -.Dd January 24, 1994 +.Dd December 12, 2015 .Dt EXEC 3 .Os .Sh NAME @@ -223,7 +223,7 @@ and .Fn execvp functions was .Dq Pa :/bin:/usr/bin . -This was changed to place the current directory last to enhance system +This was changed to remove the current directory to enhance system security. .Pp The behavior of _______________________________________________ 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"