selinux/mcstrans/src
2022-04-06 10:54:59 +02:00
..
.gitignore
Makefile mcstrans: port to new PCRE2 from end-of-life PCRE 2021-12-09 11:06:41 -05:00
mcscolor.c mcstrans: avoid missing prototypes 2021-11-15 16:00:54 -05:00
mcscolor.h mcstrans: avoid missing prototypes 2021-11-15 16:00:54 -05:00
mcstrans.c mcstrans: Fir RESOURCE_LEAK and USE_AFTER_FREE coverity scan defects 2022-04-06 10:54:59 +02:00
mcstrans.h mcstrans: avoid missing prototypes 2021-11-15 16:00:54 -05:00
mcstrans.init
mcstrans.service mcstrans: start early and stop late 2020-05-13 11:09:03 +02:00
mcstransd.c mcstrans: Fir RESOURCE_LEAK and USE_AFTER_FREE coverity scan defects 2022-04-06 10:54:59 +02:00
mls_level.c
mls_level.h
README

To rebuild with debugging support:
make clean && env CFLAGS="-Wall -W -Wundef -Wmissing-noreturn -Wmissing-format-attribute -DDEBUG -g" LDFLAGS="-g" make