Searched refs:PATH_BAN_DIR (Results 1 – 2 of 2) sorted by relevance
/freebsd/contrib/pf/authpf/ | ||
H A D | pathnames.h | 34 #define PATH_BAN_DIR "/etc/authpf/banned" macro |
H A D | authpf.c | 309 if (!check_luser(PATH_BAN_DIR, luser) || !allowed_luser(pw)) { in main() |