Re: [libvirt] [PATCH 1/2] ci: Allow gdb in containers

2019-08-15 Thread Erik Skultety
On Thu, Aug 15, 2019 at 05:15:56PM +0200, Michal Privoznik wrote: > The gdb requires ptrace capability, but the way we run containers > now is that they drop every capability. Preserve SYS_PTRACE then. > > Signed-off-by: Michal Privoznik > --- Makes sense to me, so I can give you my: Reviewed-by:

[libvirt] [PATCH 1/2] ci: Allow gdb in containers

2019-08-15 Thread Michal Privoznik
The gdb requires ptrace capability, but the way we run containers now is that they drop every capability. Preserve SYS_PTRACE then. Signed-off-by: Michal Privoznik --- Makefile.ci | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile.ci b/Makefile.ci index 8857c953b2..977e0445c6 100644 --