-
Notifications
You must be signed in to change notification settings - Fork 14
/
config.h
23 lines (19 loc) · 942 Bytes
/
config.h
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
/*
This file is part of Linux Application Firewall (LAF).
Linux Application Firewall (LAF) is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
any later version.
Linux Application Firewall (LAF) is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with Linux Application Firewall (LAF). If not, see <http://www.gnu.org/licenses/>.
*/
#define LINE_BUFFER_SIZE 1024
#define MAX_PATH_LENGTH 1024
#define MAX_PKT_BUFFER 4096
#define MAX_ALLOWED_WHIETLIST 100
#define WHITELIST "whitelist.txt"
#define VERBOSE_LEVEL 0