pathnames.h revision 256281
1139969Simp/*	$OpenBSD: pathnames.h,v 1.8 2008/02/14 01:49:17 mcbride Exp $	*/
21556Srgrimes
31556Srgrimes/*
41556Srgrimes * Copyright (C) 2002 Chris Kuethe (ckuethe@ualberta.ca)
51556Srgrimes *
61556Srgrimes * Redistribution and use in source and binary forms, with or without
71556Srgrimes * modification, are permitted provided that the following conditions
81556Srgrimes * are met:
91556Srgrimes * 1. Redistributions of source code must retain the above copyright
101556Srgrimes *    notice, this list of conditions and the following disclaimer.
111556Srgrimes * 2. Redistributions in binary form must reproduce the above copyright
121556Srgrimes *    notice, this list of conditions and the following disclaimer in the
131556Srgrimes *    documentation and/or other materials provided with the distribution.
141556Srgrimes *
151556Srgrimes * THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND
161556Srgrimes * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
171556Srgrimes * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
181556Srgrimes * ARE DISCLAIMED.  IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
191556Srgrimes * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
201556Srgrimes * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
211556Srgrimes * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
221556Srgrimes * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
231556Srgrimes * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
241556Srgrimes * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
251556Srgrimes * SUCH DAMAGE.
261556Srgrimes */
271556Srgrimes
281556Srgrimes#define PATH_CONFFILE		"/etc/authpf/authpf.conf"
291556Srgrimes#define PATH_ALLOWFILE		"/etc/authpf/authpf.allow"
3050471Speter#define PATH_PFRULES		"/etc/authpf/authpf.rules"
311556Srgrimes#define PATH_PROBLEM		"/etc/authpf/authpf.problem"
321556Srgrimes#define PATH_MESSAGE		"/etc/authpf/authpf.message"
331556Srgrimes#define PATH_USER_DIR		"/etc/authpf/users"
341556Srgrimes#define PATH_BAN_DIR		"/etc/authpf/banned"
351556Srgrimes#define PATH_DEVFILE		"/dev/pf"
361556Srgrimes#define PATH_PIDFILE		"/var/authpf"
371556Srgrimes#define PATH_AUTHPF_SHELL	"/usr/sbin/authpf"
381556Srgrimes#define PATH_AUTHPF_SHELL_NOIP	"/usr/sbin/authpf-noip"
391556Srgrimes#define PATH_PFCTL		"/sbin/pfctl"
401556Srgrimes