[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <CAHC9VhRhi_dA5XyvQpBmh3aBz-zLp9y4iGuGc4pV2qKc=Q-ouw@mail.gmail.com>
Date: Tue, 3 May 2022 15:59:00 -0400
From: Paul Moore <paul@...l-moore.com>
To: Christian Göttsche <cgzones@...glemail.com>
Cc: selinux@...r.kernel.org,
Stephen Smalley <stephen.smalley.work@...il.com>,
Eric Paris <eparis@...isplace.org>,
Ondrej Mosnacek <omosnace@...hat.com>,
"David S. Miller" <davem@...emloft.net>,
Jeremy Kerr <jk@...econstruct.com.au>,
Richard Haines <richard_c_haines@...nternet.com>,
Xiu Jianfeng <xiujianfeng@...wei.com>,
Nick Desaulniers <ndesaulniers@...gle.com>,
Jiapeng Chong <jiapeng.chong@...ux.alibaba.com>,
Michal Orzel <michalorzel.eng@...il.com>,
Yang Li <yang.lee@...ux.alibaba.com>,
Austin Kim <austin.kim@....com>, linux-kernel@...r.kernel.org
Subject: Re: [PATCH v3] selinux: declare data arrays const
On Mon, May 2, 2022 at 10:43 AM Christian Göttsche
<cgzones@...glemail.com> wrote:
>
> The arrays for the policy capability names, the initial sid identifiers
> and the class and permission names are not changed at runtime. Declare
> them const to avoid accidental modification.
>
> Do not override the classmap and the initial sid list in the build time
> script genheaders.
>
> Check flose(3) is successful in genheaders.c, otherwise the written data
> might be corrupted or incomplete.
>
> Signed-off-by: Christian Göttsche <cgzones@...glemail.com>
> ---
> v2:
> Drop const exemption for genheaders script by rewriting stoupperx().
> v3:
> - Declare some additional data array const
> - Do not use static buffer in genheaders.c::stoupperx()
> - Check fclose(3) in genheaders.c
> ---
> scripts/selinux/genheaders/genheaders.c | 75 +++++++++++--------
> scripts/selinux/mdp/mdp.c | 4 +-
> security/selinux/avc.c | 2 +-
> security/selinux/include/avc_ss.h | 2 +-
> security/selinux/include/classmap.h | 2 +-
> .../selinux/include/initial_sid_to_string.h | 4 +-
> security/selinux/include/policycap.h | 2 +-
> security/selinux/include/policycap_names.h | 2 +-
> security/selinux/ss/avtab.c | 2 +-
> security/selinux/ss/policydb.c | 36 ++++-----
> security/selinux/ss/services.c | 4 +-
> 11 files changed, 72 insertions(+), 63 deletions(-)
Thanks this revision is much better, merged into selinux/next. I did
have to apply parts of this patch manually, so if you notice anything
wrong with the commit please let me know.
--
paul-moore.com
Powered by blists - more mailing lists