Comment 39 for bug 1590561

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

For the ibus denial you need:
  #include <abstractions/ibus>

For nvidia, you need:
  #include <abstractions/nvidia>
  @{PROC}/driver/nvidia/params r,
  /dev/nvidia* rw,
  unix (send, receive) type=dgram peer=(addr="@nvidia[0-9a-f]*"),

(the apparmor abstraction needs to be updated for newer nvidia).

What happens if you add the above to the profile (and reload the profile with 'sudo apparmor_parser -r /path/to/profile')?