[PATCH 1/2] selinux: treat atomic flags more carefully
Paul Moore
paul at paul-moore.com
Fri Jan 10 20:21:35 UTC 2020
On Tue, Jan 7, 2020 at 8:32 AM Ondrej Mosnacek <omosnace at redhat.com> wrote:
> The disabled/enforcing/initialized flags are all accessed concurrently
> by threads so use the appropriate accessors that ensure atomicity and
> document that it is expected.
>
> Use smp_load/acquire...() helpers (with memory barriers) for the
> initialized flag, since it gates access to the rest of the state
> structures.
>
> Note that the disabled flag is currently not used for anything other
> than avoiding double disable, but it will be used for bailing out of
> hooks once security_delete_hooks() is removed.
>
> Signed-off-by: Ondrej Mosnacek <omosnace at redhat.com>
> ---
> security/selinux/hooks.c | 21 ++++++++--------
> security/selinux/include/security.h | 33 +++++++++++++++++++++++--
> security/selinux/ss/services.c | 38 ++++++++++++++---------------
> 3 files changed, 61 insertions(+), 31 deletions(-)
Merged into selinux/next, thanks Ondrej!
--
paul moore
www.paul-moore.com
More information about the Linux-security-module-archive
mailing list