diff options
author | Simo Sorce <simo@redhat.com> | 2014-05-27 17:31:16 -0400 |
---|---|---|
committer | Simo Sorce <simo@redhat.com> | 2014-05-29 09:49:14 -0400 |
commit | 9bde8c944de876e671aee9cd28ecdbe7f364a55d (patch) | |
tree | 8bb1beffaac5baef1450542af6ad43dc83a673ae | |
parent | 71eeef1008cf47c3e60d61ac476777ffec5120c3 (diff) | |
download | ipsilon-9bde8c944de876e671aee9cd28ecdbe7f364a55d.tar.gz ipsilon-9bde8c944de876e671aee9cd28ecdbe7f364a55d.tar.xz ipsilon-9bde8c944de876e671aee9cd28ecdbe7f364a55d.zip |
Fix typo
Signed-off-by: Simo Sorce <simo@redhat.com>
-rwxr-xr-x | ipsilon/login/authpam.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ipsilon/login/authpam.py b/ipsilon/login/authpam.py index 9da41b3..378cfb6 100755 --- a/ipsilon/login/authpam.py +++ b/ipsilon/login/authpam.py @@ -187,7 +187,7 @@ class Installer(object): po.set_config(globalconf) po.save_plugin_config(FACILITY) - # for selinux enabled platfroms, ignore if it fails just report + # for selinux enabled platforms, ignore if it fails just report try: subprocess.call(['/usr/sbin/setsebool', '-P', 'httpd_mod_auth_pam=on', |