6cf7fc5 security: apparmor: load the storage driver dynamically

Authored and Committed by Peter Krempa 6 years ago
    security: apparmor: load the storage driver dynamically
    
    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.
    
    Reviewed-by: Daniel P. Berrange <berrange@redhat.com>
    
        
file modified
+1 -1