svn commit: r288846 - head/release/doc/en_US.ISO8859-1/relnotes

Glen Barber gjb at FreeBSD.org
Mon Oct 5 20:12:17 UTC 2015


Author: gjb
Date: Mon Oct  5 20:12:15 2015
New Revision: 288846
URL: https://svnweb.freebsd.org/changeset/base/288846

Log:
  Document r285420, jail(8) -l flag and default shell execution when
  no commands are specified.
  
  Sponsored by:	The FreeBSD Foundation

Modified:
  head/release/doc/en_US.ISO8859-1/relnotes/article.xml

Modified: head/release/doc/en_US.ISO8859-1/relnotes/article.xml
==============================================================================
--- head/release/doc/en_US.ISO8859-1/relnotes/article.xml	Mon Oct  5 20:12:12 2015	(r288845)
+++ head/release/doc/en_US.ISO8859-1/relnotes/article.xml	Mon Oct  5 20:12:15 2015	(r288846)
@@ -403,6 +403,12 @@
       <para revision="285253">The &man.quota.1; utility has been
 	updated to include support for <acronym>IPv6</acronym>.</para>
 
+      <para revision="285420">The &man.jail.8; utility has been
+	updated to include a new flag, <literal>-l</literal>, which
+	ensures a clean environment in the target jail when used.
+	Additionally, &man.jail.8; will run a shell within the target
+	jail when run no commands are specified.</para>
+
       <para revision="285550">The &man.w.1; utility has been updated
 	to display the full IPv6 remote address of the host from which
 	a user is connected.</para>


More information about the svn-src-head mailing list