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:
parent
4ef35d4a96
commit
7010dfd939
11 changed files with 731 additions and 8 deletions
|
@ -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 \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue