Comment 2 for bug 632599

Revision history for this message
Jamie Strandboge (jdstrand) wrote :

Thank you for using Ubuntu and reporting this bug. Evince is protected by an AppArmor profile which is intended to confine Evince to a known set of executables in an effort to reduce the attack surface for an attacker if there is a flaw in evince or (much more likely) the underlying libraries. This behavior can be adjusted by editing /etc/apparmor.d/usr.bin.evince to have in the "/usr/bin/evince" stanza:
  /home/atrus/notes/epi-tab.sh PUxr,

and then running:
$ sudo apparmor_parser -r -T -W /etc/apparmor.d/usr.bin.evince

Please see https://wiki.ubuntu.com/DebuggingApparmor for more information.