Smack: compilation fix
authorJarkko Sakkinen <jarkko.j.sakkinen@gmail.com>
Fri, 14 Oct 2011 10:16:24 +0000 (13:16 +0300)
committerCasey Schaufler <cschaufler@cschaufler-intel.(none)>
Fri, 14 Oct 2011 15:56:49 +0000 (08:56 -0700)
On some build configurations PER_CLEAR_ON_SETID symbol was not
found when compiling smack_lsm.c. This patch fixes the issue by
explicitly doing #include <linux/personality.h>.

Signed-off-by: Jarkko Sakkinen <jarkko.j.sakkinen@gmail.com>
Signed-off-by: Casey Schaufler <cschaufler@cschaufler-intel.(none)>

No differences found