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.
25 lines
1.1 KiB
25 lines
1.1 KiB
logging:
|
|
filePath: "/var/log/execguard.log"
|
|
maxSizeMB: 10 # Max log size in megabytes
|
|
backups: 5 # Number of backup logs to keep
|
|
compressBackups: true # Whether to gzip old logs
|
|
timestampFormat: "2006-01-02T15:04:05" # Go time format
|
|
|
|
db_file: "/etc/execguard/system.db" # Allowed programs DB
|
|
mail_prog: "/usr/bin/mail" # Mail Util
|
|
scanner_prog: "/usr/bin/clamscan" # AV Scanner
|
|
|
|
downloads: # folders to Scan for Viruses
|
|
- "/home/EXAMPLEUSER1/Downloads"
|
|
- "/home/exampleUser2/Downloads"
|
|
|
|
scan_interval: 90 # Minutes before next Exec bit Scan
|
|
protected_dirs: # Folders that should Never have an Exec Bit Enabled!
|
|
- "/home/EXAMPLEUSER1/Documents"
|
|
skip_dirs: [".cache",".git"]
|
|
|
|
alert_email: "" # root@localhost - Admin local Mail
|
|
passphrase: "cdzTE1Gk6/VuDlnU" # Hash change protection
|
|
hash_encryption: "xxtea" # Encryption xxtea, xor, or none
|
|
hash_type: "sha512" # Hashing Algo. sha 256, or sha 512
|
|
|
|
|