1223637Sbz/*	$OpenBSD: pathnames.h,v 1.8 2008/02/14 01:49:17 mcbride Exp $	*/
2126353Smlaier
3126353Smlaier/*
4126353Smlaier * Copyright (C) 2002 Chris Kuethe (ckuethe@ualberta.ca)
5126353Smlaier *
6126353Smlaier * Redistribution and use in source and binary forms, with or without
7126353Smlaier * modification, are permitted provided that the following conditions
8126353Smlaier * are met:
9126353Smlaier * 1. Redistributions of source code must retain the above copyright
10126353Smlaier *    notice, this list of conditions and the following disclaimer.
11126353Smlaier * 2. Redistributions in binary form must reproduce the above copyright
12126353Smlaier *    notice, this list of conditions and the following disclaimer in the
13126353Smlaier *    documentation and/or other materials provided with the distribution.
14126353Smlaier *
15126353Smlaier * THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND
16126353Smlaier * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
17126353Smlaier * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
18126353Smlaier * ARE DISCLAIMED.  IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
19126353Smlaier * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
20126353Smlaier * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
21126353Smlaier * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
22126353Smlaier * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
23126353Smlaier * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
24126353Smlaier * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
25126353Smlaier * SUCH DAMAGE.
26126353Smlaier */
27126353Smlaier
28126353Smlaier#define PATH_CONFFILE		"/etc/authpf/authpf.conf"
29126353Smlaier#define PATH_ALLOWFILE		"/etc/authpf/authpf.allow"
30126353Smlaier#define PATH_PFRULES		"/etc/authpf/authpf.rules"
31126353Smlaier#define PATH_PROBLEM		"/etc/authpf/authpf.problem"
32126353Smlaier#define PATH_MESSAGE		"/etc/authpf/authpf.message"
33126353Smlaier#define PATH_USER_DIR		"/etc/authpf/users"
34126353Smlaier#define PATH_BAN_DIR		"/etc/authpf/banned"
35126353Smlaier#define PATH_DEVFILE		"/dev/pf"
36126353Smlaier#define PATH_PIDFILE		"/var/authpf"
37126353Smlaier#define PATH_AUTHPF_SHELL	"/usr/sbin/authpf"
38223637Sbz#define PATH_AUTHPF_SHELL_NOIP	"/usr/sbin/authpf-noip"
39145837Smlaier#define PATH_PFCTL		"/sbin/pfctl"
40