Bug 871006 - semanage throws an exception
Summary: semanage throws an exception
Keywords:
Status: CLOSED NOTABUG
Alias: None
Product: Fedora
Classification: Fedora
Component: policycoreutils
Version: 17
Hardware: All
OS: Linux
unspecified
medium
Target Milestone: ---
Assignee: Daniel Walsh
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2012-10-29 11:46 UTC by cristi falcas
Modified: 2012-11-16 21:09 UTC (History)
3 users (show)

Fixed In Version:
Clone Of:
Environment:
Last Closed: 2012-11-16 21:09:00 UTC
Type: Bug
Embargoed:


Attachments (Terms of Use)

Description cristi falcas 2012-10-29 11:46:48 UTC
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:

Comment 1 Daniel Walsh 2012-11-16 21:09:00 UTC
Fixed policycoreutils-2.1.13-27.fc17


Note You need to log in before you can comment on or make changes to this bug.