File python3.patch of Package policycoreutils.13728
Index: selinux-python-2.8/audit2allow/audit2allow
===================================================================
--- selinux-python-2.8.orig/audit2allow/audit2allow 2018-05-24 20:21:09.000000000 +0200
+++ selinux-python-2.8/audit2allow/audit2allow 2018-11-22 15:07:17.090919833 +0100
@@ -1,4 +1,4 @@
-#! /usr/bin/python -Es
+#! /usr/bin/python3 -Es
# Authors: Karl MacMillan <kmacmillan@mentalrootkit.com>
# Authors: Dan Walsh <dwalsh@redhat.com>
#
Index: selinux-python-2.8/audit2allow/sepolgen-ifgen
===================================================================
--- selinux-python-2.8.orig/audit2allow/sepolgen-ifgen 2018-05-24 20:21:09.000000000 +0200
+++ selinux-python-2.8/audit2allow/sepolgen-ifgen 2018-11-22 17:09:43.288765789 +0100
@@ -1,4 +1,4 @@
-#! /usr/bin/python -Es
+#! /usr/bin/python3 -Es
#
# Authors: Karl MacMillan <kmacmillan@mentalrootkit.com>
#
Index: selinux-python-2.8/chcat/chcat
===================================================================
--- selinux-python-2.8.orig/chcat/chcat 2018-05-24 20:21:09.000000000 +0200
+++ selinux-python-2.8/chcat/chcat 2018-11-22 15:07:27.719090678 +0100
@@ -1,4 +1,4 @@
-#! /usr/bin/python -Es
+#! /usr/bin/python3 -Es
# Copyright (C) 2005 Red Hat
# see file 'COPYING' for use and warranty information
#
Index: selinux-python-2.8/semanage/semanage
===================================================================
--- selinux-python-2.8.orig/semanage/semanage 2018-05-24 20:21:09.000000000 +0200
+++ selinux-python-2.8/semanage/semanage 2018-11-22 15:07:35.455215033 +0100
@@ -1,4 +1,4 @@
-#! /usr/bin/python -Es
+#! /usr/bin/python3 -Es
# Copyright (C) 2012-2013 Red Hat
# AUTHOR: Miroslav Grepl <mgrepl@redhat.com>
# AUTHOR: David Quigley <selinux@davequigley.com>
Index: selinux-python-2.8/sepolicy/sepolicy.py
===================================================================
--- selinux-python-2.8.orig/sepolicy/sepolicy.py 2018-05-24 20:21:09.000000000 +0200
+++ selinux-python-2.8/sepolicy/sepolicy.py 2018-11-22 15:08:07.807735082 +0100
@@ -1,4 +1,4 @@
-#! /usr/bin/python -Es
+#! /usr/bin/python3 -Es
# Copyright (C) 2012 Red Hat
# AUTHOR: Dan Walsh <dwalsh@redhat.com>
# see file 'COPYING' for use and warranty information