OSDN Git Service

selinux: binder: Fix COMMON_AUDIT_DATA_INIT compile issue
authorJohn Stultz <john.stultz@linaro.org>
Thu, 14 Mar 2013 20:26:14 +0000 (13:26 -0700)
committerArve Hjønnevåg <arve@android.com>
Mon, 1 Jul 2013 22:51:59 +0000 (15:51 -0700)
commita657646035c3208697b6505daa0236f311470e22
treefa1cbcc71c79f3cc080909fb1e7ca3fe4a053383
parent24d852635bf4fe9b98e4e8f6b5e2b0a43dd63b8c
selinux: binder: Fix COMMON_AUDIT_DATA_INIT compile issue

The COMMON_AUDIT_DATA_INIT macros have been removed, and are
now replaced with open coded ad.type initialization.

Thus, this patch updates the selinux_binder_transfer_file function
so it builds.

Change-Id: Ide41069a87638e294899768d09302f4013794e4c
Cc: Stephen Smalley <sds@tycho.nsa.gov>
Cc: Arve Hjønnevåg <arve@android.com>
Cc: Android Kernel Team <kernel-team@android.com>
Signed-off-by: John Stultz <john.stultz@linaro.org>
security/selinux/hooks.c