mirror of
https://github.com/evilsocket/opensnitch.git
synced 2025-03-04 08:34:40 +01:00
tests: added missing testdata for ui/client
This commit is contained in:
parent
2acace985e
commit
d94154f0bd
2 changed files with 21 additions and 0 deletions
1
daemon/ui/testdata/default-config.json
vendored
Normal file
1
daemon/ui/testdata/default-config.json
vendored
Normal file
|
@ -0,0 +1 @@
|
|||
{"Server":{"Address":"unix:///run/user/1000/opensnitch/osui.sock","Authentication":{"Type":"","TLSOptions":{"CACert":"","ServerCert":"","ServerKey":"","ClientCert":"","ClientKey":"","SkipVerify":false,"ClientAuthType":""}},"LogFile":"","Loggers":null},"DefaultAction":"deny","DefaultDuration":"once","InterceptUnknown":true,"ProcMonitorMethod":"proc","LogLevel":null,"LogUTC":false,"LogMicro":false,"Firewall":"iptables","Stats":{"MaxEvents":0,"MaxStats":0,"Workers":0}}
|
20
daemon/ui/testdata/default-config.json.orig
vendored
Normal file
20
daemon/ui/testdata/default-config.json.orig
vendored
Normal file
|
@ -0,0 +1,20 @@
|
|||
{
|
||||
"Server":
|
||||
{
|
||||
"Address":"unix:///tmp/osui.sock",
|
||||
"LogFile":"/var/log/opensnitchd.log"
|
||||
},
|
||||
"DefaultAction": "allow",
|
||||
"DefaultDuration": "once",
|
||||
"InterceptUnknown": false,
|
||||
"ProcMonitorMethod": "ebpf",
|
||||
"LogLevel": 2,
|
||||
"LogUTC": true,
|
||||
"LogMicro": false,
|
||||
"Firewall": "nftables",
|
||||
"Stats": {
|
||||
"MaxEvents": 150,
|
||||
"MaxStats": 25,
|
||||
"Workers": 6
|
||||
}
|
||||
}
|
Loading…
Add table
Reference in a new issue