summaryrefslogtreecommitdiffstats
path: root/coreutils-uutils-selinux/0001-update-selinux-progs.patch
diff options
context:
space:
mode:
authorkj-sh6042025-05-29 12:40:43 -0400
committerkj-sh6042025-05-29 12:40:43 -0400
commit8b7b0e348ee46ef59fe1d2d3679b1a96992c5a13 (patch)
treea95bb52917cad933e23b6255fff3d2f459db1aa1 /coreutils-uutils-selinux/0001-update-selinux-progs.patch
parent1fc912e90e270d5b8698761ca86c362592ce9a19 (diff)
refactor: update uutils stuff
Diffstat (limited to 'coreutils-uutils-selinux/0001-update-selinux-progs.patch')
-rw-r--r--coreutils-uutils-selinux/0001-update-selinux-progs.patch12
1 files changed, 12 insertions, 0 deletions
diff --git a/coreutils-uutils-selinux/0001-update-selinux-progs.patch b/coreutils-uutils-selinux/0001-update-selinux-progs.patch
new file mode 100644
index 0000000..aee086f
--- /dev/null
+++ b/coreutils-uutils-selinux/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)