Comment 3 for bug 702934

Revision history for this message
David Levine (levinedl) wrote :

If I disable SElinux, a /tmp/hpfax-XXXXXX file is created. But it has 0 length. I do see this error message:

ERROR:dbus.connection:Exception in handler for D-Bus signal:
Traceback (most recent call last):
  File "/usr/lib/python2.7/site-packages/dbus/connection.py", line 214, in maybe_handle_message
    self._handler(*args, **kwargs)
  File "/usr/share/hplip/hpssd.py", line 554, in handle_system_signal
    return handle_signal('system', *args, **kwds)
  File "/usr/share/hplip/hpssd.py", line 550, in handle_signal
    return handle_event(event, args[6:])
  File "/usr/share/hplip/hpssd.py", line 467, in handle_event
    handle_fax_event(event, pipe_name)
  File "/usr/share/hplip/hpssd.py", line 253, in handle_fax_event
    pipe = os.open(pipe_name, os.O_RDONLY)
OSError: [Errno 13] Permission denied: '/var/log/hp/hpfax-pipe-24'

With SElinux, I don't get that message and the /tmp/hpfax-XXXXXX is not created.

Is this a clue?