1
Fork 0
mirror of https://github.com/RGBCube/uutils-coreutils synced 2025-07-27 19:17:43 +00:00

selinux test: collect and process the results

This commit is contained in:
Sylvestre Ledru 2025-03-15 12:15:16 +01:00
parent 5917a6c99d
commit ad6723c44b
3 changed files with 53 additions and 9 deletions

View file

@ -181,9 +181,7 @@ SELINUX_PROGS := \
ifneq ($(OS),Windows_NT)
PROGS := $(PROGS) $(UNIX_PROGS)
endif
ifeq ($(SELINUX_ENABLED),1)
# Build the selinux command even if not on the system
PROGS := $(PROGS) $(SELINUX_PROGS)
endif