Description of problem: semanage throws exception Version-Release number of selected component (if applicable): All packages are from the testing repository: policycoreutils-sandbox-2.1.12-4.fc17.x86_64 policycoreutils-2.1.12-4.fc17.x86_64 policycoreutils-restorecond-2.1.12-4.fc17.x86_64 policycoreutils-python-2.1.12-4.fc17.x86_64 How reproducible: always Steps to Reproduce: 1. run /usr/sbin/semanage boolean --modify --on httpd_can_network_connect 2. 3. Actual results: Exception is thrown: /usr/sbin/semanage boolean --modify --on httpd_can_network_connect Traceback (most recent call last): File "/usr/sbin/semanage", line 572, in <module> process_args(sys.argv[1:]) File "/usr/sbin/semanage", line 449, in process_args OBJECT.modify(target, value, use_file) File "/usr/lib64/python2.7/site-packages/seobject.py", line 2026, in modify name = selinux.selinux_boolean_sub(name) AttributeError: 'module' object has no attribute 'selinux_boolean_sub' Expected results: Command should run without errors Additional info:
Fixed policycoreutils-2.1.13-27.fc17