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/disable_selinux.patch | |
| parent | 397c55996cc1a988804c6dbf216c6638eabddf98 (diff) | |
mod: initial `selinux` implementation
removes reliance on GNU coreutils chcon, runcon, and stty
Diffstat (limited to 'coreutils-uutils/disable_selinux.patch')
| -rw-r--r-- | coreutils-uutils/disable_selinux.patch | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/coreutils-uutils/disable_selinux.patch b/coreutils-uutils/disable_selinux.patch deleted file mode 100644 index f6a5bff..0000000 --- a/coreutils-uutils/disable_selinux.patch +++ /dev/null @@ -1,13 +0,0 @@ -diff --git a/GNUmakefile b/GNUmakefile -index f46126a82..58bf7fbdd 100644 ---- a/GNUmakefile -+++ b/GNUmakefile -@@ -181,8 +181,6 @@ SELINUX_PROGS := \ - - ifneq ($(OS),Windows_NT) - PROGS := $(PROGS) $(UNIX_PROGS) --# Build the selinux command even if not on the system -- PROGS := $(PROGS) $(SELINUX_PROGS) - endif - - UTILS ?= $(PROGS) |
