install.fairie/system/var/log/clamav/run_apply-permissions.sh

4 lines
141 B
Bash
Raw Normal View History

2024-05-27 20:45:14 -07:00
#!/usr/bin/env bash
sudo find /var/log/clamav -type f -exec chmod 600 {} \;
sudo find /var/log/clamav -type f -exec chown clamav:wheel {} \;