summaryrefslogtreecommitdiffstats
path: root/recipes-security/selinux/policycoreutils/policycoreutils-fix-fixfiles-install-path.patch
diff options
context:
space:
mode:
authorYi Zhao <yi.zhao@windriver.com>2018-09-05 08:18:18 +0800
committerJoe MacDonald <joe_macdonald@mentor.com>2018-09-07 16:13:57 -0400
commit77b61a4fb685634e3e966f1c795ee0ec8bb9a2bb (patch)
tree722a3163560d5a05758261635fa8b44e221db363 /recipes-security/selinux/policycoreutils/policycoreutils-fix-fixfiles-install-path.patch
parentcf7a0c932d082a4e461d7a5bcb861d8e6b8e6dbe (diff)
downloadmeta-selinux-77b61a4fb685634e3e966f1c795ee0ec8bb9a2bb.tar.gz
policycoreutils: uprev to 2.8 (20180524)
Remove unused patch: policycoreutils-loadpolicy-symlink.patch Add the following patches to change commands path for backward compatibility: policycoreutils-fix-fixfiles-install-path.patch policycoreutils-fix-fixfiles-install-path.patch Signed-off-by: Yi Zhao <yi.zhao@windriver.com> Signed-off-by: Joe MacDonald <joe_macdonald@mentor.com>
Diffstat (limited to 'recipes-security/selinux/policycoreutils/policycoreutils-fix-fixfiles-install-path.patch')
-rw-r--r--recipes-security/selinux/policycoreutils/policycoreutils-fix-fixfiles-install-path.patch29
1 files changed, 29 insertions, 0 deletions
diff --git a/recipes-security/selinux/policycoreutils/policycoreutils-fix-fixfiles-install-path.patch b/recipes-security/selinux/policycoreutils/policycoreutils-fix-fixfiles-install-path.patch
new file mode 100644
index 0000000..96d2075
--- /dev/null
+++ b/recipes-security/selinux/policycoreutils/policycoreutils-fix-fixfiles-install-path.patch
@@ -0,0 +1,29 @@
1From 0546ad883d98799972034f8e0fdc6ca2a7319b07 Mon Sep 17 00:00:00 2001
2From: Yi Zhao <yi.zhao@windriver.com>
3Date: Tue, 4 Sep 2018 14:14:45 +0800
4Subject: [PATCH] policycoreutils: fix fixfiles install path
5
6Change path from /usr/sbin to /sbin for backward compatibility
7
8Upstream-Status: Inappropriate [embedded specific]
9
10Signed-off-by: Yi Zhao <yi.zhao@windriver.com>
11---
12 scripts/Makefile | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15diff --git a/scripts/Makefile b/scripts/Makefile
16index afe5dc4..f7a9e34 100644
17--- a/scripts/Makefile
18+++ b/scripts/Makefile
19@@ -1,6 +1,6 @@
20 # Installation directories.
21 PREFIX ?= /usr
22-SBINDIR ?= $(PREFIX)/sbin
23+SBINDIR ?= /sbin
24 MANDIR ?= $(PREFIX)/share/man
25
26 .PHONY: all
27--
282.7.4
29