On 18.07.19 10:57, Gregory Edigarov wrote:
Just for myself until the better solution arive I for a while have
put such lines into rc.shutdown
also, how about having kernel.conf file, that will be used by rc script
after kernel relinking.
i.e something like this in the end of /etc/rc
if [ -f /etc/kernel.conf ]; then
config -ef /bsd < /etc/kernel.conf
fi
On 18.07.19 10:07, Stuart Henderson wrote:
On 2019-07-16, Robert Klein <[email protected]> wrote:
How about:
config -ef /bsd <<EOF
disable ulpt
quit
EOF
Dunno if that still works, though, I networked my printer.
It still works, but it prevents "kernel reordering" from taking
place, which is
both a security mitigation and (for release users) the mechanism used
for applying
syspatches to the kernel. And of course for snapshot users it needs
to be
re-applied every update. We don't have a good solution for this yet.