selinux/mcstrans/src
Nicolas Iooss b550c0e202
Fix many misspellings
Use codespell (https://github.com/codespell-project/codespell) in order
to find many common misspellings that are present in English texts.

Signed-off-by: Nicolas Iooss <nicolas.iooss@m4x.org>
2019-09-18 22:47:35 +02:00
..
.gitignore mcstrans: Add .gitignore file 2016-11-16 11:19:50 -05:00
Makefile mcstrans: build: follow standard semantics for DESTDIR and PREFIX 2018-02-14 15:59:38 +01:00
README Move policycoreutils/mcstrans to mcstrans. 2016-11-16 11:19:50 -05:00
mcscolor.c Fix many misspellings 2019-09-18 22:47:35 +02:00
mcstrans.c mcstrans: fix memory leaks reported by clang's static analyzer 2018-07-04 22:09:06 +02:00
mcstrans.h Move policycoreutils/mcstrans to mcstrans. 2016-11-16 11:19:50 -05:00
mcstrans.init Move policycoreutils/mcstrans to mcstrans. 2016-11-16 11:19:50 -05:00
mcstrans.service Add documentation key in systemd .service files 2019-07-18 09:51:43 -05:00
mcstransd.c mcstrans: remove unused getpeercon_raw() call 2018-10-26 09:53:11 -04:00
mls_level.c Move policycoreutils/mcstrans to mcstrans. 2016-11-16 11:19:50 -05:00
mls_level.h Move policycoreutils/mcstrans to mcstrans. 2016-11-16 11:19:50 -05:00

README

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