Project: | Web |
Component: | Main |
Category: | bug report |
Priority: | minor |
Assigned: | hack and hack |
Status: | active |
I solved it, but it might need to be modified globally :
1) Do "grep audit /var/log/kern.log" in a terminal. I found /usr/lib/abrowser/abrowser.sh related to a "DENIED" line.
2) add "/usr/lib/abrowser/abrowser.sh Cx -> sanitized_helper,"
in this document "ubuntu-browsers" which is here "etc/apparmor.d/abstractions/".
3) do "sudo apparmor_parser -r -W -T /etc/apparmor.d/usr.bin.evince"
Et voilà !
Here's what was in that document, which seems obsolete :
# this should cover all firefox browsers and versions (including shiretoko
# and abrowser)
/usr/bin/firefox Cxr -> sanitized_helper,
/usr/lib/firefox*/firefox*.sh Cx -> sanitized_helper,
First time reporting a bug, I hope I did it right.