Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1450538
| From | James Morris <jmorris@namei.org> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | Re: [PATCH] apparmor: fix SECURITY_APPARMOR_HASH_DEFAULT parameter handling |
| Date | 2016-07-26 13:40 +0200 |
| Message-ID | <rZ8Sm-1mU-15@gated-at.bofh.it> (permalink) |
| References | <rYSky-7wc-23@gated-at.bofh.it> <rYSky-7wc-25@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
On Mon, 25 Jul 2016, John Johansen wrote:
> From: Arnd Bergmann <arnd@arndb.de>
>
> The newly added Kconfig option could never work and just causes a build error
> when disabled:
>
> security/apparmor/lsm.c:675:25: error: 'CONFIG_SECURITY_APPARMOR_HASH_DEFAULT' undeclared here (not in a function)
> bool aa_g_hash_policy = CONFIG_SECURITY_APPARMOR_HASH_DEFAULT;
>
> The problem is that the macro undefined in this case, and we need to use the IS_ENABLED()
> helper to turn it into a boolean constant.
>
> Another minor problem with the original patch is that the option is even offered
> in sysfs when SECURITY_APPARMOR_HASH is not enabled, so this also hides the option
> in that case.
>
> Signed-off-by: Arnd Bergmann <arnd@arndb.de>
> Fixes: 6059f71f1e94 ("apparmor: add parameter to control whether policy hashing is used")
> Signed-off-by: John Johansen <john.johansen@canonical.com>
Please rebase this against current Linus.
--
James Morris
<jmorris@namei.org>
Back to linux.kernel | Previous | Next — Next in thread | Find similar | Unroll thread
Re: [PATCH] apparmor: fix SECURITY_APPARMOR_HASH_DEFAULT parameter handling James Morris <jmorris@namei.org> - 2016-07-26 13:40 +0200 Re: [PATCH] apparmor: fix SECURITY_APPARMOR_HASH_DEFAULT parameter handling John Johansen <john.johansen@canonical.com> - 2016-07-26 19:00 +0200
csiph-web