Bug 1250557 - audit2why and audit2allow exception on F23
Summary: audit2why and audit2allow exception on F23
Keywords:
Status: CLOSED DUPLICATE of bug 1249388
Alias: None
Product: Fedora
Classification: Fedora
Component: policycoreutils
Version: 23
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: ---
Assignee: Daniel Walsh
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2015-08-05 13:02 UTC by Stephen Gallagher
Modified: 2015-08-05 13:15 UTC (History)
3 users (show)

Fixed In Version:
Clone Of:
Environment:
Last Closed: 2015-08-05 13:15:03 UTC
Type: Bug
Embargoed:


Attachments (Terms of Use)

Description Stephen Gallagher 2015-08-05 13:02:58 UTC
Description of problem:
Both 'audit2why -a' and 'audit2allow -a' fail with an exception on Fedora 23 Alpha RC1

Version-Release number of selected component (if applicable):
policycoreutils-python-utils-2.4-7.fc23.x86_64

How reproducible:
Every time

Steps to Reproduce:
1. 'audit2why -a'

Actual results:
Traceback (most recent call last):
  File "/usr/bin/audit2allow", line 360, in <module>
    app.main()
  File "/usr/bin/audit2allow", line 346, in main
    self.__read_input()
  File "/usr/bin/audit2allow", line 164, in __read_input
    parser.parse_string(messages)
  File "/usr/lib64/python3.4/site-packages/sepolgen/audit.py", line 478, in parse_string
    lines = input.split('\n')
TypeError: 'str' does not support the buffer interface


Expected results:
A list of the AVCs

Additional info:

Comment 1 Stephen Gallagher 2015-08-05 13:15:03 UTC
This is probably a dupe of 1249388

*** This bug has been marked as a duplicate of bug 1249388 ***


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