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/disable_selinux.patch | 13 ------------- 1 file changed, 13 deletions(-) delete mode 100644 coreutils-uutils/disable_selinux.patch (limited to 'coreutils-uutils/disable_selinux.patch') 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) -- cgit v1.2.3