unbound: fix missing /lib; closes #7274

This commit is contained in:
Franco Fichtner 2024-02-24 18:34:48 +01:00
parent 292a34d83f
commit fd00972988

View File

@ -142,6 +142,7 @@ function unbound_generate_config()
mwexecf('/sbin/mount -t devfs devfs %s', '/var/unbound/dev');
mwexecf('/sbin/mount -r -t nullfs %s %s', [$python_dir, $chroot_python_dir]);
mwexec('/sbin/mount -r -t nullfs /lib /var/unbound/lib');
$optimization = unbound_optimization();