Home
last modified time | relevance | path

Searched refs:PATH_ALLOWFILE (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/dist/pf/usr.sbin/authpf/
H A Dpathnames.h30 #define PATH_ALLOWFILE "/etc/authpf/authpf.allow" macro
H A Dauthpf.c452 if ((f = fopen(PATH_ALLOWFILE, "r")) == NULL) { in allowed_luser()
467 PATH_ALLOWFILE, strerror(errno)); in allowed_luser()
500 luser, PATH_ALLOWFILE); in allowed_luser()