Skip to content
Snippets Groups Projects
Commit 6b697323 authored by Eric Paris's avatar Eric Paris
Browse files

SELinux: security_read_policy should take a size_t not ssize_t


The len should be an size_t but is a ssize_t.  Easy enough fix to silence
build warnings.  We have no need for signed-ness.

Signed-off-by: default avatarEric Paris <eparis@redhat.com>
Reviewed-by: default avatarJames Morris <jmorris@namei.org>
parent a35c6c83
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment