aboutsummaryrefslogtreecommitdiffstats
path: root/testing/policycoreutils/0001-drop-some-binaries-from-policycoreutils.patch
diff options
context:
space:
mode:
authorCarlo Landmeter <clandmeter@alpinelinux.org>2018-12-16 22:06:02 +0000
committerCarlo Landmeter <clandmeter@alpinelinux.org>2018-12-16 22:06:02 +0000
commitc4248a0062f5561ff959dd738d4331f8d7d36101 (patch)
treecb885bad459f492932122642f7fa8d2d76bd3030 /testing/policycoreutils/0001-drop-some-binaries-from-policycoreutils.patch
parent212a9e33b40936d7c7fcbdb886c13014ed238d03 (diff)
downloadaports-c4248a0062f5561ff959dd738d4331f8d7d36101.tar.bz2
aports-c4248a0062f5561ff959dd738d4331f8d7d36101.tar.xz
testing/policycoreutils: upgrade to 2.8
Diffstat (limited to 'testing/policycoreutils/0001-drop-some-binaries-from-policycoreutils.patch')
-rw-r--r--testing/policycoreutils/0001-drop-some-binaries-from-policycoreutils.patch30
1 files changed, 0 insertions, 30 deletions
diff --git a/testing/policycoreutils/0001-drop-some-binaries-from-policycoreutils.patch b/testing/policycoreutils/0001-drop-some-binaries-from-policycoreutils.patch
deleted file mode 100644
index d9afa92e67..0000000000
--- a/testing/policycoreutils/0001-drop-some-binaries-from-policycoreutils.patch
+++ /dev/null
@@ -1,30 +0,0 @@
-From a72fed555a3d2698b3aebc7a429c9f038139308d Mon Sep 17 00:00:00 2001
-From: Tycho Andersen <tycho@docker.com>
-Date: Thu, 16 Mar 2017 11:48:08 -0700
-Subject: [PATCH] drop some binaries from policycoreutils
-
-Signed-off-by: Tycho Andersen <tycho@docker.com>
----
- policycoreutils/Makefile | 6 +-----
- 1 file changed, 1 insertion(+), 5 deletions(-)
-
-diff --git a/Makefile b/Makefile
-index 962ac12..817fe36 100644
---- a/Makefile
-+++ b/Makefile
-@@ -1,11 +1,7 @@
--SUBDIRS = sepolicy setfiles semanage load_policy newrole run_init sandbox secon audit2allow sestatus semodule_package semodule semodule_link semodule_expand semodule_deps sepolgen-ifgen setsebool scripts po man gui hll
-+SUBDIRS = sepolicy setfiles semanage load_policy newrole run_init sandbox secon audit2allow sestatus semodule_package semodule semodule_link semodule_expand semodule_deps sepolgen-ifgen setsebool scripts po man gui hll
-
- INOTIFYH = $(shell ls /usr/include/sys/inotify.h 2>/dev/null)
-
--ifeq (${INOTIFYH}, /usr/include/sys/inotify.h)
-- SUBDIRS += restorecond
--endif
--
- all install relabel clean indent:
- @for subdir in $(SUBDIRS); do \
- (cd $$subdir && $(MAKE) $@) || exit 1; \
---
-2.11.1
-