You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
14 lines
483 B
14 lines
483 B
{
|
|
"db_file": "/etc/execguard/system.db",
|
|
"log_file": "/var/log/execguard.log",
|
|
"mail_prog": "/usr/bin/mail",
|
|
"scanner_prog": "/usr/bin/clamscan",
|
|
"downloads": ["/home/EXAMPLEUSER1/Downloads", "/home/exampleUser2/Downloads"],
|
|
"scan_interval": 90,
|
|
"protected_dirs": ["/home/EXAMPLEUSER1/Documents"],
|
|
"skip_dirs": [".cache",".git"],
|
|
"alert_email": "",
|
|
"passphrase": "cdzTE1Gk6/VuDlnU",
|
|
"hash_encryption": "xxtea",
|
|
"hash_type": "sha512"
|
|
}
|
|
|