From f9249e0b33c727ea0cbae4b0729436889c3007be Mon Sep 17 00:00:00 2001 From: kj-sh604 Date: Tue, 27 May 2025 00:30:39 -0400 Subject: mod: initial `selinux` implementation removes reliance on GNU coreutils chcon, runcon, and stty --- coreutils-uutils/0001-update-selinux-progs.patch | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 coreutils-uutils/0001-update-selinux-progs.patch (limited to 'coreutils-uutils/0001-update-selinux-progs.patch') diff --git a/coreutils-uutils/0001-update-selinux-progs.patch b/coreutils-uutils/0001-update-selinux-progs.patch new file mode 100644 index 0000000..aee086f --- /dev/null +++ b/coreutils-uutils/0001-update-selinux-progs.patch @@ -0,0 +1,12 @@ +--- a/GNUmakefile ++++ b/GNUmakefile +@@ -177,7 +177,8 @@ + + SELINUX_PROGS := \ + chcon \ +- runcon ++ runcon \ ++ stty + + ifneq ($(OS),Windows_NT) + PROGS := $(PROGS) $(UNIX_PROGS) -- cgit v1.2.3