selinux/libselinux
Christian Göttsche 6ec7a49c3b libselinux: misc label cleanup
Drop unused parameter from selabel_is_digest_set().  It is only written
to but writes to the function local copy of the pointer are void.

Constify read-only handle parameter of selabel_validate() and
compat_validate().

Constify read-only from-address parameter of digest_add_specfile().

Constify read-only function pointer array initfuncs.

Merge malloc(3) and memset(3) calls into calloc(3).

Simplify boolean assignment.

Drop duplicate include file.

Drop return at end of void function.

Signed-off-by: Christian Göttsche <cgzones@googlemail.com>
Acked-by: James Carter <jwcart2@gmail.com>
2023-10-11 14:57:56 -04:00
..
include
man
src libselinux: misc label cleanup 2023-10-11 14:57:56 -04:00
utils
LICENSE
Makefile
VERSION