Merge tag 'clk-for-linus-4.8' of git://git.kernel.org/pub/scm/linux/kernel/git/clk...
[deliverable/linux.git] / security / apparmor / file.c
index d186674f973a37df1aadc38c0a313042163f099d..4d2af4b01033fd40623172c988985fece9b4abde 100644 (file)
@@ -110,7 +110,8 @@ int aa_audit_file(struct aa_profile *profile, struct file_perms *perms,
        int type = AUDIT_APPARMOR_AUTO;
        struct common_audit_data sa;
        struct apparmor_audit_data aad = {0,};
-       sa.type = LSM_AUDIT_DATA_NONE;
+       sa.type = LSM_AUDIT_DATA_TASK;
+       sa.u.tsk = NULL;
        sa.aad = &aad;
        aad.op = op,
        aad.fs.request = request;
This page took 0.037113 seconds and 5 git commands to generate.