AppArmor拒绝安装操作
我如何说服保镖允许此操作? [28763.284171] type=1400 audit(1344273461.387:192): apparmor="DENIED" operation="mount" info="failed type match" error=-13 parent=7101 profile="lxc-container-with-nesting" name="/" pid=7112 comm="su" flags="ro, remount, bind" 基本上,我试图以只读方式重新挂载根文件系统(在嵌套在LXC容器中的挂载名称空间中)。该设置是在该位置周围的一些绑定安装,以: mount --rbind / / mount -o remount,ro / 我尝试了以下每种组合: mount options=(ro, remount, bind) / -> /, 我能想到的。添加规则会audit mount,显示我执行的所有其他安装,但不会显示在/上进行的安装。我能得到的最接近的是mount -> /,恕我直言太松了。甚至mount / -> /,拒绝重新安装(虽然允许第一次绑定安装)。