add conf to clamav
This commit is contained in:
12
arch/base.md
12
arch/base.md
@@ -23,6 +23,7 @@ I have instructions for building a:
|
|||||||
- [Install Apparmor](#install-apparmor)
|
- [Install Apparmor](#install-apparmor)
|
||||||
- [Custom Profiles](#custom-profiles)
|
- [Custom Profiles](#custom-profiles)
|
||||||
- [ClamAV](#clamav)
|
- [ClamAV](#clamav)
|
||||||
|
- [Config](#config)
|
||||||
- [btrbk](#btrbk)
|
- [btrbk](#btrbk)
|
||||||
- [fstab](#fstab)
|
- [fstab](#fstab)
|
||||||
- [Snapshots](#snapshots)
|
- [Snapshots](#snapshots)
|
||||||
@@ -431,6 +432,15 @@ Access Modes
|
|||||||
3. `systemctl enable --now clamav-daemon.service`
|
3. `systemctl enable --now clamav-daemon.service`
|
||||||
4. `clamdscan --multiscan --fdpass /home/ducoterra`
|
4. `clamdscan --multiscan --fdpass /home/ducoterra`
|
||||||
|
|
||||||
|
##### Config
|
||||||
|
|
||||||
|
```conf
|
||||||
|
UpdateLogFile /var/log/clamav/freshclam.log
|
||||||
|
PidFile /run/clamav/freshclam.pid
|
||||||
|
DatabaseMirror database.clamav.net
|
||||||
|
NotifyClamd /etc/clamav/clamd.conf
|
||||||
|
```
|
||||||
|
|
||||||
#### btrbk
|
#### btrbk
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
@@ -1045,4 +1055,4 @@ alias lsc='find . -type f | wc -l'
|
|||||||
|
|
||||||
## ls sort by last modified ##
|
## ls sort by last modified ##
|
||||||
alias lmt='ls -t -1'
|
alias lmt='ls -t -1'
|
||||||
```
|
```
|
||||||
|
|||||||
Reference in New Issue
Block a user