| commit | 3ccb76c5dfe0d25c1d0168d5b726d0b43d19a485 | [log] [tgz] | 
|---|---|---|
| author | John Johansen <john.johansen@canonical.com> | Mon Jan 16 13:21:27 2017 -0800 | 
| committer | John Johansen <john.johansen@canonical.com> | Mon Jan 16 13:21:27 2017 -0800 | 
| tree | 2c06cfff5670bca294c8ed5af4d283408dd694cf | |
| parent | e6bfa25deb5096c05a08f01e4d6a436dd331fa88 [diff] | 
apparmor: fix undefined reference to `aa_g_hash_policy' The kernel build bot turned up a bad config combination when CONFIG_SECURITY_APPARMOR is y and CONFIG_SECURITY_APPARMOR_HASH is n, resulting in the build error security/built-in.o: In function `aa_unpack': (.text+0x841e2): undefined reference to `aa_g_hash_policy' Signed-off-by: John Johansen <john.johansen@canonical.com>