hpfax tries to write bytecode cache in CUPS backend directory
Bug #1427652 reported by
Tim Waugh
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
HPLIP |
New
|
Undecided
|
Gaurav Sood |
Bug Description
The hpfax backend is a Python script and so tries to write a bytecode cache file. This isn't desirable in any case, but in SELinux environments is actually forbidden and causes:
type=AVC msg=audit(
The fix is to call the Python interpreter with the -B flag.
(Incidentally, is there a reason this script is not run in Python3 like everything else?)
Changed in hplip: | |
assignee: | nobody → Gaurav Sood (gaurav-sood) |
To post a comment you must log in.
Additionally, hp-config_ usb_printer needs the same fix.