From ee97d3d279164f8b44fb8afc997e4ae953d17106 Mon Sep 17 00:00:00 2001 From: Tudor Florea Date: Fri, 10 Oct 2014 03:20:07 +0200 Subject: initial commit for Enea Linux 4.0-140929 Migrated from the internal git server on the daisy-enea-point-release branch Signed-off-by: Tudor Florea --- ...lask-avoid-installing-policy-file-as-boot.patch | 26 ++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 recipes-extended/xen/files/flask-avoid-installing-policy-file-as-boot.patch (limited to 'recipes-extended/xen/files/flask-avoid-installing-policy-file-as-boot.patch') diff --git a/recipes-extended/xen/files/flask-avoid-installing-policy-file-as-boot.patch b/recipes-extended/xen/files/flask-avoid-installing-policy-file-as-boot.patch new file mode 100644 index 00000000..d980807d --- /dev/null +++ b/recipes-extended/xen/files/flask-avoid-installing-policy-file-as-boot.patch @@ -0,0 +1,26 @@ +From 8bff3edead4318bfebc487f929f833d11922c238 Mon Sep 17 00:00:00 2001 +From: "Vadim A. Misbakh-Soloviov" +Date: Tue, 30 Jul 2013 16:34:38 +0400 +Subject: [PATCH] flask: avoid installing policy file as '/boot' + +Signed-off-by: Vadim A. Misbakh-Soloviov +Acked-by: Daniel De Graaf +--- + tools/flask/policy/Makefile | 1 + + 1 file changed, 1 insertion(+) + +diff --git a/tools/flask/policy/Makefile b/tools/flask/policy/Makefile +index e666f3e..df1e8f3 100644 +--- a/tools/flask/policy/Makefile ++++ b/tools/flask/policy/Makefile +@@ -103,6 +103,7 @@ POLICY_SECTIONS += $(USERS) $(CONSTRAINTS) $(ISID_DEFS) + all: $(POLICY_FILENAME) + + install: $(POLICY_FILENAME) ++ $(INSTALL_DIR) $(POLICY_LOADPATH) + $(INSTALL_DATA) $^ $(POLICY_LOADPATH) + + $(POLICY_FILENAME): policy.conf +-- +1.7.10.4 + -- cgit v1.2.3-54-g00ecf