selinux: align avc_has_perm_noaudit() prototype with definition
authorPaul Moore <paul@paul-moore.com>
Thu, 21 Dec 2023 22:18:46 +0000 (17:18 -0500)
committerPaul Moore <paul@paul-moore.com>
Fri, 22 Dec 2023 23:09:26 +0000 (18:09 -0500)
commitbb4e5993f1d5d9620b267a6a1ad345353860de6a
treeac9ce64300de1a0f7c043edf1be253316e153ea4
parentbdaaf515ba8f38af6443d2e94ea3c7f502fe1b0e
selinux: align avc_has_perm_noaudit() prototype with definition

A trivial correction to convert an 'unsigned' parameter into an
'unsigned int' parameter so the prototype matches the function
definition.

I really thought that someone submitted a patch for this a few years
ago but sadly I can't find it now.

Signed-off-by: Paul Moore <paul@paul-moore.com>
security/selinux/include/avc.h