Searched refs:pathdb (Results 1 - 1 of 1) sorted by relevance

/openbsd-current/usr.sbin/radiusd/
H A Dradiusd_file.c105 char pathdb[PATH_MAX]; local
146 strlcpy(pathdb, paramsp->path, sizeof(pathdb));
147 strlcat(pathdb, ".db", sizeof(pathdb));
149 unveil(pathdb, "r") == -1)

Completed in 102 milliseconds