Re: [PATCH 1/6] apparmor: Fix parthelper, iohelper and virt-aa-helper paths in profiles

2020-01-30 Thread Michal Privoznik
On 1/30/20 4:27 PM, Jim Fehlig wrote: On 1/29/20 11:48 PM, Michal Privoznik wrote: Ah, so I guess SUSE has a patch that moves virt-aa-helper from its default location then? No. The configure script is invoked with '--libexecdir=%{_libdir}/%{name}'. I'd have to dig deep into history to know why

Re: [PATCH 1/6] apparmor: Fix parthelper, iohelper and virt-aa-helper paths in profiles

2020-01-30 Thread Daniel P . Berrangé
On Thu, Jan 30, 2020 at 03:27:56PM +, Jim Fehlig wrote: > On 1/29/20 11:48 PM, Michal Privoznik wrote: > > Ah, so I guess SUSE has a patch that moves virt-aa-helper from its default > > location then? > > No. The configure script is invoked with '--libexecdir=%{_libdir}/%{name}'. > I'd > ha

Re: [PATCH 1/6] apparmor: Fix parthelper, iohelper and virt-aa-helper paths in profiles

2020-01-30 Thread Jim Fehlig
On 1/29/20 11:48 PM, Michal Privoznik wrote: > Ah, so I guess SUSE has a patch that moves virt-aa-helper from its default > location then? No. The configure script is invoked with '--libexecdir=%{_libdir}/%{name}'. I'd have to dig deep into history to know why that's the case. Regards, Jim

Re: [PATCH 1/6] apparmor: Fix parthelper, iohelper and virt-aa-helper paths in profiles

2020-01-29 Thread Michal Privoznik
On 1/30/20 5:02 AM, Jim Fehlig wrote: On 1/29/20 11:53 AM, Jamie Strandboge wrote: On Wed, 29 Jan 2020, Michal Privoznik wrote: On 1/27/20 5:30 PM, Jamie Strandboge wrote: On Sat, 25 Jan 2020, Michal Privoznik wrote: These helper binaries are installed under libexec dir not lib dir. Signed

Re: [PATCH 1/6] apparmor: Fix parthelper, iohelper and virt-aa-helper paths in profiles

2020-01-29 Thread Jim Fehlig
On 1/29/20 11:53 AM, Jamie Strandboge wrote: > On Wed, 29 Jan 2020, Michal Privoznik wrote: > >> On 1/27/20 5:30 PM, Jamie Strandboge wrote: >>> On Sat, 25 Jan 2020, Michal Privoznik wrote: >>> These helper binaries are installed under libexec dir not lib dir. Signed-off-by: Mi

Re: [PATCH 1/6] apparmor: Fix parthelper, iohelper and virt-aa-helper paths in profiles

2020-01-29 Thread Jamie Strandboge
On Wed, 29 Jan 2020, Michal Privoznik wrote: > On 1/27/20 5:30 PM, Jamie Strandboge wrote: > > On Sat, 25 Jan 2020, Michal Privoznik wrote: > > > > > These helper binaries are installed under libexec dir not lib > > > dir. > > > > > > Signed-off-by: Michal Privoznik > > > --- > > > src/securi

Re: [PATCH 1/6] apparmor: Fix parthelper, iohelper and virt-aa-helper paths in profiles

2020-01-29 Thread Michal Privoznik
On 1/27/20 5:30 PM, Jamie Strandboge wrote: On Sat, 25 Jan 2020, Michal Privoznik wrote: These helper binaries are installed under libexec dir not lib dir. Signed-off-by: Michal Privoznik --- src/security/apparmor/usr.lib.libvirt.virt-aa-helper | 2 +- src/security/apparmor/usr.sbin.libvir

Re: [PATCH 1/6] apparmor: Fix parthelper, iohelper and virt-aa-helper paths in profiles

2020-01-27 Thread Jamie Strandboge
On Sat, 25 Jan 2020, Michal Privoznik wrote: > These helper binaries are installed under libexec dir not lib > dir. > > Signed-off-by: Michal Privoznik > --- > src/security/apparmor/usr.lib.libvirt.virt-aa-helper | 2 +- > src/security/apparmor/usr.sbin.libvirtd | 4 ++-- > 2 files

[PATCH 1/6] apparmor: Fix parthelper, iohelper and virt-aa-helper paths in profiles

2020-01-25 Thread Michal Privoznik
These helper binaries are installed under libexec dir not lib dir. Signed-off-by: Michal Privoznik --- src/security/apparmor/usr.lib.libvirt.virt-aa-helper | 2 +- src/security/apparmor/usr.sbin.libvirtd | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/se