selinux: avoid using types indicating user space interaction
authorChristian Göttsche <cgzones@googlemail.com>
Mon, 16 Dec 2024 16:40:00 +0000 (17:40 +0100)
committerPaul Moore <paul@paul-moore.com>
Wed, 8 Jan 2025 04:14:38 +0000 (23:14 -0500)
commit046b85a993a19c992da317b2c19e168d1da795af
tree8c03f1168706508107fd19aa04376d657861918a
parent9d8d094fa307a93674d9126bd05adbda8b3c0011
selinux: avoid using types indicating user space interaction

Integer types starting with a double underscore, like __u32, are
intended for usage of variables interacting with user-space.

Just use the plain variant.

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