Fix sandbox python3 issue
Fixes: rhbz#1358138
This commit is contained in:
parent
380c7cbbab
commit
ad3893177f
2 changed files with 16 additions and 1 deletions
10
policycoreutils-sandbox-python3.patch
Normal file
10
policycoreutils-sandbox-python3.patch
Normal 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:
|
||||
Loading…
Add table
Add a link
Reference in a new issue