commit | c867248cf451964a14c64b4ca232055f117df9c1 | [log] [tgz] |
---|---|---|
author | Christian Göttsche <cgzones@googlemail.com> | Thu Jul 06 15:23:34 2023 +0200 |
committer | Paul Moore <paul@paul-moore.com> | Tue Jul 18 18:29:50 2023 -0400 |
tree | a388122f9deb7dc755d79a3e2e8e5ce1f19bc8d0 | |
parent | 0e83c9c6fb0d7d2fddd2cd02575d7ad157e12837 [diff] |
selinux: avoid implicit conversions regarding enforcing status Use the type bool as parameter type in selinux_status_update_setenforce(). The related function enforcing_enabled() returns the type bool, while the struct selinux_kernel_status member enforcing uses an u32. Signed-off-by: Christian Göttsche <cgzones@googlemail.com> [PM: subject line tweaks] Signed-off-by: Paul Moore <paul@paul-moore.com>