Fix sandbox python3 issue

Fixes: rhbz#1358138
This commit is contained in:
Petr Lautrbach 2016-07-21 18:59:49 +02:00
commit ad3893177f
2 changed files with 16 additions and 1 deletions

View file

@ -0,0 +1,10 @@
diff --git a/policycoreutils/sandbox/start b/policycoreutils/sandbox/start
index e0a0c2c..cdc4a3e 100644
--- a/policycoreutils/sandbox/start
+++ b/policycoreutils/sandbox/start
@@ -1,4 +1,4 @@
-#! /usr/bin/python -Es
+#! /usr/bin/python3 -Es
import subprocess, sys
rc = [-1,'']
try: