Comment 4 for bug 1246486

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

Please create /usr/share/apparmor/hardware/graphics.d/lp1246486 with the following contents:
  @{PROC}/ati/major rw,
  /dev/ati/card[0-9]* rw,

Then perform:
$ sudo apparmor_parser -r /var/lib/apparmor/profiles/click_org.apache.mobilespec_cordova_0.0.2

Then exercise your program and report back if it fixes the issue for you. If that doesn't work, please add the following to /usr/share/apparmor/hardware/graphics.d/lp1246486 and repeat the above steps:
  @{PROC}/modules r,
  /sys/devices/system/cpu/ r,

(I'd like to know if only the first two rules are needed). Please report if the application seems to work ok without the last two access even if apparmor is reporting denials.

Thanks!