summaryrefslogtreecommitdiffstats
path: root/coreutils-uutils/0001-update-selinux-progs.patch
diff options
context:
space:
mode:
authorkj-sh6042025-05-27 00:30:39 -0400
committerkj-sh6042025-05-27 00:30:39 -0400
commitf9249e0b33c727ea0cbae4b0729436889c3007be (patch)
tree2b76ed5a9c9e8234a5f415cd7601708a4c5cb11d /coreutils-uutils/0001-update-selinux-progs.patch
parent397c55996cc1a988804c6dbf216c6638eabddf98 (diff)
mod: initial `selinux` implementation
removes reliance on GNU coreutils chcon, runcon, and stty
Diffstat (limited to 'coreutils-uutils/0001-update-selinux-progs.patch')
-rw-r--r--coreutils-uutils/0001-update-selinux-progs.patch12
1 files changed, 12 insertions, 0 deletions
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)