Exec Guardian
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.
 
 
execguard/config.json.example

14 lines
458 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": 0,
"protected_dirs": ["/home"],
"skip_dirs": [".cache",".git"],
"alert_email": ""
"passphrase": "cdzTE1Gk6/VuDlnU",
"hash_encryption": "xxtea",
"hash_type": "sha512"
}