Comment 4 for bug 816554

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

Actually, instead try adding the following to /etc/apparmor.d/usr.lib.telepathy (to the '/usr/lib/telepathy/telepathy-* {' stanza):
    deny @{PROC}/[0-9]*/mounts r,
    deny /sbin/ldconfig x,
    deny /usr/bin/gcc-4.6 x,

Then run:
$ sudo apparmor_parser -r /etc/apparmor.d/usr.lib.telepathy

Then test your telepathy-butterfly connections and report back. If they are not working, please look for more apparmor denials. I'm thinking this just spurious noise as telepathy-butterfly doesn't have the DAC permissions to use /sbin/ldconfig, etc.