summaryrefslogtreecommitdiffstats
path: root/ipsilon/login/authpam.py
diff options
context:
space:
mode:
Diffstat (limited to 'ipsilon/login/authpam.py')
-rwxr-xr-xipsilon/login/authpam.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/ipsilon/login/authpam.py b/ipsilon/login/authpam.py
index 14ebae4..9da41b3 100755
--- a/ipsilon/login/authpam.py
+++ b/ipsilon/login/authpam.py
@@ -191,6 +191,6 @@ class Installer(object):
try:
subprocess.call(['/usr/sbin/setsebool', '-P',
'httpd_mod_auth_pam=on',
- 'httpd_tmp_t=on'])
+ 'httpd_tmp_exec=on'])
except Exception: # pylint: disable=broad-except
pass