Sophos for Ubuntu阻止Flatpak应用程序安装



我已经为Ubuntu安装了Sophos,在我决定尝试Flatpak之前,它一直运行得很好。

当使用Flatpak安装或更新任何东西时,我现在会弹出以下窗口:

错误弹出

终端上出现相应错误:

********************** Sophos Anti-Virus Alert *****************
Error scanning file
"/var/tmp/flatpak-cache-6TPQJ0/org.freedesktop.Platform.Locale- 
37ALJ0/repo-WTmN4b-lock".
Access to the file has been denied

搜索谷歌网页并没有给我任何东西,除了Github上的这条注释https://github.com/flatpak/flatpak/issues/3512

关于如何将这些文件列入白名单或忽略这些文件,有什么建议吗?

$ flatpak --version
Flatpak 1.4.3
NAME="Ubuntu"
VERSION="19.10 (Eoan Ermine)"
ID=ubuntu
VERSION_ID="19.10"

savlog或syslog可能会提供有关SAV在尝试扫描文件时遇到的错误的更多信息。

/opt/sophos-av/bin/savlog -100
tail /var/log/syslog

很可能需要排除这些文件,您可以使用savconfig

/opt/sophos-av/bin/savconfig exclude /var/tmp/flatpak-cache-*

相关内容

  • 没有找到相关文章

最新更新