aboutsummaryrefslogtreecommitdiffstats
path: root/gui/modulesPage.py
diff options
context:
space:
mode:
Diffstat (limited to 'gui/modulesPage.py')
-rw-r--r--gui/modulesPage.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/gui/modulesPage.py b/gui/modulesPage.py
index 34c5d9e3..cb856b2d 100644
--- a/gui/modulesPage.py
+++ b/gui/modulesPage.py
@@ -118,7 +118,7 @@ class modulesPage(semanagePage):
def new_module(self, args):
try:
- Popen(["/usr/share/system-config-selinux/polgengui.py"])
+ Popen(["selinux-polgengui"])
except ValueError as e:
self.error(e.args[0])