|
|
@ -42,6 +42,10 @@ |
|
|
|
* Default path of unix control socket (server endpoint) |
|
|
|
* Default path of unix control socket (server endpoint) |
|
|
|
*/ |
|
|
|
*/ |
|
|
|
#define DEFAULT_CSOCKET_PATH "/var/run/f2b.sock" |
|
|
|
#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 |
|
|
|
* Template for making path for client side of connection to control socket |
|
|
|
*/ |
|
|
|
*/ |
|
|
|