summaryrefslogtreecommitdiffstats
path: root/security/selinux/hooks.c
diff options
context:
space:
mode:
authorChristian Göttsche <cgzones@googlemail.com>2023-07-28 17:54:56 +0200
committerPaul Moore <paul@paul-moore.com>2023-08-03 22:19:57 -0400
commitc50e125d057152bc68dfd5669b73611343653eb7 (patch)
tree5fb485f54bce01b64598669f33e76112ff430b42 /security/selinux/hooks.c
parentfd5a90ff1e95671e5b22dfa88d7359729b6c42b7 (diff)
downloadlinux-stable-c50e125d057152bc68dfd5669b73611343653eb7.tar.gz
linux-stable-c50e125d057152bc68dfd5669b73611343653eb7.tar.bz2
linux-stable-c50e125d057152bc68dfd5669b73611343653eb7.zip
selinux: avoid implicit conversions in services code
Use u32 as the output parameter type in security_get_classes() and security_get_permissions(), based on the type of the symtab nprim member. Declare the read-only class string parameter of security_get_permissions() const. Avoid several implicit conversions by using the identical type for the destination. Use the type identical to the source for local variables. Signed-off-by: Christian Göttsche <cgzones@googlemail.com> [PM: cleanup extra whitespace in subject] Signed-off-by: Paul Moore <paul@paul-moore.com>
Diffstat (limited to 'security/selinux/hooks.c')
0 files changed, 0 insertions, 0 deletions