Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 14 Jul 2015 19:38:27 +0000 (UTC)
From:      Allan Jude <allanjude@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r285553 - head/usr.sbin/bsdinstall/scripts
Message-ID:  <201507141938.t6EJcRx9094687@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: allanjude (doc committer)
Date: Tue Jul 14 19:38:26 2015
New Revision: 285553
URL: https://svnweb.freebsd.org/changeset/base/285553

Log:
  Have bsdinstall's zfsboot script make /var/audit its own dataset, so it is not part of the OS boot environment
  
  PR:		199864
  Submitted by:	Jason Unovitch
  Approved by:	brueffer
  MFC after:	3 days
  Relnotes:	yes
  Differential Revision:	https://reviews.freebsd.org/D2861

Modified:
  head/usr.sbin/bsdinstall/scripts/zfsboot

Modified: head/usr.sbin/bsdinstall/scripts/zfsboot
==============================================================================
--- head/usr.sbin/bsdinstall/scripts/zfsboot	Tue Jul 14 19:16:14 2015	(r285552)
+++ head/usr.sbin/bsdinstall/scripts/zfsboot	Tue Jul 14 19:38:26 2015	(r285553)
@@ -157,6 +157,7 @@ f_isset ZFSBOOT_DATASETS || ZFSBOOT_DATA
 
 	# Create /var and friends
 	/var		mountpoint=/var,canmount=off
+	/var/audit	exec=off,setuid=off
 	/var/crash	exec=off,setuid=off
 	/var/log	exec=off,setuid=off
 	/var/mail	atime=on



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