Re: [libvirt] [PATCH 2/2] security: apparmor: load the storage driver dynamically

2017-07-27 Thread Daniel P. Berrange
On Wed, Jul 26, 2017 at 10:12:14PM +0200, Peter Krempa wrote: > In commit 5e515b542d I've attempted to fix the inability to access > storage from the apparmor helper program by linking with the storage > driver. By linking with the .so the linker complains that it's not > portable. Fix this by load

[libvirt] [PATCH 2/2] security: apparmor: load the storage driver dynamically

2017-07-26 Thread Peter Krempa
In commit 5e515b542d I've attempted to fix the inability to access storage from the apparmor helper program by linking with the storage driver. By linking with the .so the linker complains that it's not portable. Fix this by loading the module dynamically as we are supposed to do. --- Notes: T