Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
モックはrpmを構築するために使用されます。libvirt によって管理される lxc コンテナー内で使用したいのですが、libvirt はmknod(2)呼び出しをブロックするように lxc を構成し、モックはその chroot を構築するために使用します。
mknod(2)
これを回避する方法はありますか?
最近のバージョンで機能が追加されたようです。
<capabilities policy='default'> <mknod state='on'/> <sys_chroot state='on'/> </capabilities>