mirror of
https://github.com/opnsense/src.git
synced 2026-04-27 09:06:49 -04:00
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
This commit is contained in:
parent
cffa7aa609
commit
1bc080435c
1 changed files with 1 additions and 0 deletions
|
|
@ -157,6 +157,7 @@ f_isset ZFSBOOT_DATASETS || ZFSBOOT_DATASETS="
|
|||
|
||||
# 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
|
||||
|
|
|
|||
Loading…
Reference in a new issue