commit | 16014d87509e26d6ed6935adbbf437a571fb5870 | [log] [tgz] |
---|---|---|
author | Jarkko Sakkinen <jarkko.j.sakkinen@gmail.com> | Fri Oct 14 13:16:24 2011 +0300 |
committer | Casey Schaufler <cschaufler@cschaufler-intel.(none)> | Fri Oct 14 08:56:49 2011 -0700 |
tree | bdf8641b1412d5e8cd1abe39eca5bc62caf99ad0 | |
parent | f8859d98c1d1e73393285fb9dd57007839956247 [diff] |
Smack: compilation fix 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)>