From 3597c34593d2b1ffacc125dbd2ec502e4fdc5bc0 Mon Sep 17 00:00:00 2001 From: Shane McDonald Date: Mon, 12 Dec 2016 15:54:44 -0500 Subject: [PATCH] Rename .te filename to reflect selinux policy name MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit https://patchwork.kernel.org/patch/8784071/ While renaming the policy would have been a “cleaner” solution, this would create a scenario where our setup playbooks would need to check for the policy by it’s old name before installing the new one. Updating the filename to reflect the policy name is the least invasive and risky change. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 27aa0419f2..b32cf7b35c 100644 --- a/Makefile +++ b/Makefile @@ -689,7 +689,7 @@ rpm-build: rpm-build/$(SDIST_TAR_FILE): rpm-build dist/$(SDIST_TAR_FILE) cp packaging/rpm/$(NAME).spec rpm-build/ - cp packaging/rpm/$(NAME).te rpm-build/ + cp packaging/rpm/tower.te rpm-build/ cp packaging/rpm/$(NAME).sysconfig rpm-build/ cp packaging/remove_tower_source.py rpm-build/ cp packaging/bytecompile.sh rpm-build/