Add ClamAV integration and AppArmor configuration for Samba virusfilter support

This commit is contained in:
2026-05-26 02:18:17 +02:00
parent 6b684e5d54
commit 91bda857dc
3 changed files with 120 additions and 61 deletions
+8
View File
@@ -109,3 +109,11 @@
service:
name: nfs-kernel-server
state: restarted
- name: Reload AppArmor profile clamd
command: apparmor_parser -r /etc/apparmor.d/usr.sbin.clamd
- name: Restart clamav-daemon
service:
name: clamav-daemon
state: restarted