]> Pileus Git - ~andy/linux/commit
LSM: BUILD_BUG_ON if the common_audit_data union ever grows
authorEric Paris <eparis@redhat.com>
Wed, 4 Apr 2012 19:01:43 +0000 (15:01 -0400)
committerEric Paris <eparis@redhat.com>
Mon, 9 Apr 2012 16:23:03 +0000 (12:23 -0400)
commit07f62eb66c6626aa5653a0fcb34c9c040d0bd032
treea928c034e2f08ef3f7fd6af450d75f3d52a261db
parentb466066f9b648ccb6aa1e174f0389b7433e460fd
LSM: BUILD_BUG_ON if the common_audit_data union ever grows

We did a lot of work to shrink the common_audit_data.  Add a BUILD_BUG_ON
so future programers (let's be honest, probably me) won't do something
foolish like make it large again!

Signed-off-by: Eric Paris <eparis@redhat.com>
security/lsm_audit.c