hardened malloc. networking + firewall. json based config.
This commit is contained in:
37
config/settings/opensnitch/default-config.json
Executable file
37
config/settings/opensnitch/default-config.json
Executable file
@@ -0,0 +1,37 @@
|
||||
{
|
||||
"Server": {
|
||||
"Address": "unix:///tmp/osui.sock",
|
||||
"LogFile": "/var/log/opensnitchd.log",
|
||||
"Authentication": {
|
||||
"Type": "simple",
|
||||
"TLSOptions": {
|
||||
"CACert": "",
|
||||
"ServerCert": "",
|
||||
"ClientCert": "",
|
||||
"ClientKey": "",
|
||||
"SkipVerify": false,
|
||||
"ClientAuthType": "no-client-cert"
|
||||
}
|
||||
}
|
||||
},
|
||||
"DefaultAction": "deny",
|
||||
"DefaultDuration": "once",
|
||||
"InterceptUnknown": false,
|
||||
"ProcMonitorMethod": "ebpf",
|
||||
"LogLevel": 2,
|
||||
"LogUTC": true,
|
||||
"LogMicro": false,
|
||||
"Firewall": "nftables",
|
||||
"Rules": {
|
||||
"Path": "/etc/opensnitchd/rules/"
|
||||
},
|
||||
"Stats": {
|
||||
"MaxEvents": 150,
|
||||
"MaxStats": 25,
|
||||
"Workers": 6
|
||||
},
|
||||
"Internal": {
|
||||
"GCPercent": 100,
|
||||
"FlushConnsOnStart": false
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user