mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-11-25 01:55:19 +01:00
bsdinstall/zfsboot should create /tmp and /var/tmp if they do not exist
PR: 208629 PR: 208568 Submitted by: Galael LAPLANCHE <ganael.laplanche@corp.ovh.com> MFC after: 2 weeks
This commit is contained in:
parent
0a04943726
commit
e6c5638fc9
@ -1256,6 +1256,8 @@ zfs_create_boot()
|
||||
f_dprintf "$funcname: Modifying directory permissions..."
|
||||
local dir
|
||||
for dir in /tmp /var/tmp; do
|
||||
f_eval_catch $funcname mkdir "$MKDIR_P" \
|
||||
$BSDINSTALL_CHROOT$dir || return $FAILURE
|
||||
f_eval_catch $funcname chmod "$CHMOD_MODE" 1777 \
|
||||
$BSDINSTALL_CHROOT$dir || return $FAILURE
|
||||
done
|
||||
|
Loading…
Reference in New Issue
Block a user