ASR_BASE

Change-Id: Icf3719cc0afe3eeb3edc7fa80a2eb5199ca9dda1
diff --git a/package/utils/policycoreutils/patches/001-fix-hostbuild.patch b/package/utils/policycoreutils/patches/001-fix-hostbuild.patch
new file mode 100644
index 0000000..9c7da51
--- /dev/null
+++ b/package/utils/policycoreutils/patches/001-fix-hostbuild.patch
@@ -0,0 +1,12 @@
+diff --git a/sestatus/Makefile b/sestatus/Makefile
+index 3dbb792..d5d80cb 100644
+--- a/sestatus/Makefile
++++ b/sestatus/Makefile
+@@ -22,6 +22,7 @@ install: all
+ 	# Some tools hard code /usr/sbin/sestatus ; add a compatibility symlink
+ 	# install will overwrite a symlink, so create the symlink before calling
+ 	# install to allow distributions with BINDIR == SBINDIR
++	rm -f $(DESTDIR)$(SBINDIR)/sestatus
+ 	ln -sf --relative $(DESTDIR)$(BINDIR)/sestatus $(DESTDIR)$(SBINDIR)
+ 	install -m 755 sestatus $(DESTDIR)$(BINDIR)
+ 	install -m 644 sestatus.8 $(DESTDIR)$(MANDIR)/man8