mock is used to build rpms. I wish to use it inside an lxc container, managed by libvirt, however libvirt configures lxc to block mknod(2)
calls, which mock uses to build its chroot.
Is there a way to work around this?
mock is used to build rpms. I wish to use it inside an lxc container, managed by libvirt, however libvirt configures lxc to block mknod(2)
calls, which mock uses to build its chroot.
Is there a way to work around this?
Copyright © 2021 Jogjafile Inc.
Looks like the capability was added in a recent version.
<capabilities policy='default'> <mknod state='on'/> <sys_chroot state='on'/> </capabilities>