From: Casey Schaufler Date: Tue, 31 Dec 2013 01:37:45 +0000 (-0800) Subject: Smack: File receive audit correction X-Git-Tag: v3.14-rc1~147^2~22 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4482a44f6a3221cd0076eb6af65672a7e198d8da;p=pandora-kernel.git Smack: File receive audit correction Eric Paris politely points out: Inside smack_file_receive() it seems like you are initting the audit field with LSM_AUDIT_DATA_TASK. And then use smk_ad_setfield_u_fs_path(). Seems like LSM_AUDIT_DATA_PATH would make more sense. (and depending on how it's used fix a crash...) He is correct. This puts things in order. Targeted for git://git.gitorious.org/smack-next/kernel.git Signed-off-by: Casey Schaufler --- Reading git-diff-tree failed