From 2a534c355ab4806d98e36264315bac5867a6523e Mon Sep 17 00:00:00 2001 From: Alex 'AdUser' Z Date: Fri, 2 Dec 2016 16:02:53 +1000 Subject: [PATCH] * add #define with default statedir path --- src/common.h | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/common.h b/src/common.h index 72c6da4..9537462 100644 --- a/src/common.h +++ b/src/common.h @@ -42,6 +42,10 @@ * Default path of unix control socket (server endpoint) */ #define DEFAULT_CSOCKET_PATH "/var/run/f2b.sock" +/** + * Default path of directory to store ip states for jails + */ +#define DEFAULT_STATEDIR_PATH "/var/db/f2b" /** * Template for making path for client side of connection to control socket */