selinux: avoid bool as identifier name
authorChristian Göttsche <cgzones@googlemail.com>
Fri, 2 Jun 2023 13:35:10 +0000 (15:35 +0200)
committerPaul Moore <paul@paul-moore.com>
Mon, 5 Jun 2023 21:04:01 +0000 (17:04 -0400)
commit447a5688005e5b789633bd080016517a08f9fd8d
treeb663d5423683a94718f2e7b164b2d5af34e9cef1
parentec4a491d180b076191e72ef88c240caead1b20fc
selinux: avoid bool as identifier name

Avoid using the identifier `bool` to improve support with future C
standards.  C23 is about to make `bool` a predefined macro (see N2654).

Signed-off-by: Christian Göttsche <cgzones@googlemail.com>
Signed-off-by: Paul Moore <paul@paul-moore.com>
security/selinux/ss/conditional.c
security/selinux/ss/conditional.h