LXD,apparmor="DENIED" 操作="mount" 信息="标志匹配失败"

LXD,apparmor="DENIED" 操作="mount" 信息="标志匹配失败"

我该如何解决这个问题装甲问题?这装甲我的日志中每 30 分钟就会出现一次消息。

dmesg输出:

...
[5535381.853068] audit: type=1400 audit(1546688340.298:866): apparmor="DENIED" operation="mount" info="failed flags match" error=-13 profile="lxd-wiki_</var/lib/lxd>" name="/home/" pid=26891 comm="(ionclean)" flags="ro, nosuid, nodev, remount, bind"
[5537181.860921] audit: type=1400 audit(1546690140.303:867): apparmor="DENIED" operation="mount" info="failed flags match" error=-13 profile="lxd-wiki_</var/lib/lxd>" name="/home/" pid=27570 comm="(ionclean)" flags="ro, nosuid, nodev, remount, bind"
[5538981.929133] audit: type=1400 audit(1546691940.298:868): apparmor="DENIED" operation="mount" info="failed flags match" error=-13 profile="lxd-wiki_</var/lib/lxd>" name="/home/" pid=29211 comm="(ionclean)" flags="ro, nosuid, nodev, remount, bind"

我的系统是Ubuntu 服务器 18.04并且有一个 LXD 容器(容器名称:wiki、Ubuntu 18.04、Apache Webserver + PHP)正在运行。

  • lxd 3.0.3-0ubuntu1~18.04.1
  • Linux 4.15.0-38-通用

我已经尝试编辑装甲配置(/etc/apparmor.d/lxc/lxc-default)。我添加了这个:

  mount options=(rw, bind, ro),

更改配置后,我重新加载了配置:

/etc/init.d/apparmor reload

消息仍出现在我的日志中。我还尝试了以下操作:

  mount options=(ro, nosuid, nodev, remount, bind),

或者有没有什么办法可以隐藏这些消息?

谢谢你!

相关内容