_PATH_REBOOT
if (unveil(_PATH_REBOOT, "x") == -1)
err(1, "unveil %s", _PATH_REBOOT);
path = _PATH_REBOOT;