install.fairie/system/var/log/clamav/run_apply-permissions.sh
Brian Zalewski 2731e1121b Latest
2024-05-28 03:45:14 +00:00

4 lines
No EOL
141 B
Bash

#!/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 {} \;