diff options
| author | kj-sh604 | 2025-05-27 00:30:39 -0400 |
|---|---|---|
| committer | kj-sh604 | 2025-05-27 00:30:39 -0400 |
| commit | f9249e0b33c727ea0cbae4b0729436889c3007be (patch) | |
| tree | 2b76ed5a9c9e8234a5f415cd7601708a4c5cb11d /coreutils-uutils/0001-update-selinux-progs.patch | |
| parent | 397c55996cc1a988804c6dbf216c6638eabddf98 (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.patch | 12 |
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) |
