Searched refs:PATH_BAN_DIR (Results 1 – 2 of 2) sorted by relevance
| /netbsd-src/dist/pf/usr.sbin/authpf/ | ||
| H A D | pathnames.h | 35 #define PATH_BAN_DIR "/etc/authpf/banned" macro |
| H A D | authpf.c | 279 if (!check_luser(PATH_BAN_DIR, luser) || !allowed_luser(luser)) { in main() |