]> git.karo-electronics.de Git - karo-tx-linux.git/blobdiff - security/apparmor/policy_unpack.c
Merge branch 'x86-apic-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...
[karo-tx-linux.git] / security / apparmor / policy_unpack.c
index deab7c7e8dc065b4f30a01bca3d4e7c5630f1f45..329b1fd30749791083d5cbb9e0cb639f87c87367 100644 (file)
@@ -95,7 +95,7 @@ static int audit_iface(struct aa_profile *new, const char *name,
        struct aa_profile *profile = __aa_current_profile();
        struct common_audit_data sa;
        struct apparmor_audit_data aad = {0,};
-       COMMON_AUDIT_DATA_INIT(&sa, NONE);
+       sa.type = LSM_AUDIT_DATA_NONE;
        sa.aad = &aad;
        if (e)
                aad.iface.pos = e->pos - e->start;