Re: [libvirt PATCH 1/4] qemu: virtiofs: kill the whole process group when stopping

2020-03-23 Thread Ján Tomko
On a Monday in 2020, Michal Prívozník wrote: On 23. 3. 2020 17:10, Ján Tomko wrote: After startup, virtiofds forks itself to drop its privileges. Kill the whole process group instead of just the parent. https://bugzilla.redhat.com/show_bug.cgi?id=1808697 Signed-off-by: Ján Tomko Reported-by:

Re: [libvirt PATCH 1/4] qemu: virtiofs: kill the whole process group when stopping

2020-03-23 Thread Michal Prívozník
On 23. 3. 2020 17:10, Ján Tomko wrote: > After startup, virtiofds forks itself to drop its privileges. > Kill the whole process group instead of just the parent. > > https://bugzilla.redhat.com/show_bug.cgi?id=1808697 > > Signed-off-by: Ján Tomko > Reported-by: Andrew Jones > --- > src/qemu/qe

[libvirt PATCH 1/4] qemu: virtiofs: kill the whole process group when stopping

2020-03-23 Thread Ján Tomko
After startup, virtiofds forks itself to drop its privileges. Kill the whole process group instead of just the parent. https://bugzilla.redhat.com/show_bug.cgi?id=1808697 Signed-off-by: Ján Tomko Reported-by: Andrew Jones --- src/qemu/qemu_virtiofs.c | 2 +- 1 file changed, 1 insertion(+), 1 d