[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <a0288beb97f4561804d930667c38c196.paul@paul-moore.com>
Date: Fri, 28 Jul 2023 14:09:22 -0400
From: Paul Moore <paul@...l-moore.com>
To: Christian Göttsche <cgzones@...glemail.com>,
selinux@...r.kernel.org
Cc: Stephen Smalley <stephen.smalley.work@...il.com>,
Eric Paris <eparis@...isplace.org>,
Ondrej Mosnacek <omosnace@...hat.com>,
linux-kernel@...r.kernel.org
Subject: Re: [PATCH v2] selinux: move debug functions into debug configuration
On Jul 28, 2023 =?UTF-8?q?Christian=20G=C3=B6ttsche?= <cgzones@...glemail.com> wrote:
>
> avtab_hash_eval() and hashtab_stat() are only used in policydb.c when
> the configuration SECURITY_SELINUX_DEBUG is enabled.
>
> Move the function definitions under that configuration as well and
> provide empty definitions in case SECURITY_SELINUX_DEBUG is disabled, to
> avoid using #ifdef in the callers.
>
> Signed-off-by: Christian Göttsche <cgzones@...glemail.com>
> ---
> v2:
> - provide empty definitions for !SECURITY_SELINUX_DEBUG
> - drop #ifdef in caller
> ---
> security/selinux/ss/avtab.c | 2 ++
> security/selinux/ss/avtab.h | 7 +++++++
> security/selinux/ss/hashtab.c | 3 ++-
> security/selinux/ss/hashtab.h | 6 ++++++
> security/selinux/ss/policydb.c | 5 +++--
> 5 files changed, 20 insertions(+), 3 deletions(-)
Merged into selinux/next, thanks!
--
paul-moore.com
Powered by blists - more mailing lists