Author :
kn
Date :
2019-12-28 18:36:01
Hash :5154e7dc Message :Run cu(1) in restricted mode
Users must not not be able to transfer files from the local hypervisor
filesystem to VMs/LDOMs, especially since the "vmctl/ldomctl console ..."
might be run as root.
Disable all relevant escape sequences and cause cu to run under "stdio tty"
pledge by using -r.
OK deraadt mlarkin