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

runcon: added implementation and tests.

This commit is contained in:
Koutheir Attouchi 2021-08-19 21:38:57 -04:00 committed by Michael Debertol
parent 4ef35d4a96
commit 7010dfd939
11 changed files with 731 additions and 8 deletions

View file

@ -157,7 +157,8 @@ UNIX_PROGS := \
who
SELINUX_PROGS := \
chcon
chcon \
runcon
ifneq ($(OS),Windows_NT)
PROGS := $(PROGS) $(UNIX_PROGS)
@ -216,6 +217,7 @@ TEST_PROGS := \
realpath \
rm \
rmdir \
runcon \
seq \
sort \
split \