Hello. I get an IndentationError from Python when running code which imports seobject.py (line 182). The following simple patch fixes the problem for current git: --- selinux-22092011/policycoreutils/semanage/seobject.py 2011-09-17 07:03:41.147162393 +0200 +++ selinux-22092011-fix-indentation-error-in-seobject-python/policycoreutils/semanage/seobject.py 2011-09-22 22:19:19.036640459 +0200 @@ -182,7 +182,7 @@ class semanageRecords: if not semanageRecords.transaction and store != "": semanage_select_store(handle, store, SEMANAGE_CON_DIRECT); - semanageRecords.store = store + semanageRecords.store = store if not semanage_is_managed(handle): semanage_handle_destroy(handle) Thanks. Guido -- This message was distributed to subscribers of the selinux mailing list. If you no longer wish to subscribe, send mail to majordomo@xxxxxxxxxxxxx with the words "unsubscribe selinux" without quotes as the message.