我已经为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"发布于 2020-04-26 04:21:51
savlog或syslog可能会提供有关SAV在尝试扫描文件时遇到的错误的更多信息。
/opt/sophos-av/bin/savlog -100
tail /var/log/syslog可能需要排除这些文件,您可以使用savconfig
/opt/sophos-av/bin/savconfig exclude /var/tmp/flatpak-cache-*https://stackoverflow.com/questions/61430686
复制相似问题