TFTP_DIR
if (unveil(TFTP_DIR, "r") == -1)
error("unveil %s", TFTP_DIR);
if (chdir(TFTP_DIR) == -1)
#ifndef TFTP_DIR