untrusted comment: signature from openbsd 6.2 base secret key
RWRVWzAMgtyg7lMsPPbcYl2vMYNdpJMTmFEMCMuox1ur8Arc3LSJFV29d0b1qTg4xz4uFbs8UuvbQ8OeDhyNjeRvFdL/xX48JgA=
OpenBSD 6.2 errata 002, December 1st, 2017:
The fktrace(2) system call had insufficient security checks.
This patch disables fktrace(2).
And then rebuild and install a new kernel:
KK=`sysctl -n kern.osversion | cut -d# -f1`
cd /usr/src/sys/arch/`machine`/compile/$KK
make obj
make config
make
make install