media-hub-server apparmor denial to gsettings

Bug #1326433 reported by Jamie Strandboge
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
media-hub (Ubuntu)
New
Undecided
Unassigned

Bug Description

I saw the following apparmor denial when using media-hub-server:

Jun 4 10:38:29 ubuntu-phablet kernel: [ 68.746162] type=1400 audit(1401896309.163:216): apparmor="DENIED" operation="open" profile="/usr/bin/media-hub-server" name="/home/phablet/.config/dconf/user" pid=2378 comm="media-hub-serve" requested_mask="r" denied_mask="r" fsuid=32011 ouid=32011

If media-hub-server is using gsettings to store information, you would likely need to add this to the profile:
  owner /run/user/*/dconf/ w,
  owner /run/user/*/dconf/user rw,

If media-hub-server is only reading something (eg, proxy information), you might be able to get away with only adding this:
  owner /run/user/*/dconf/ r,
  owner /run/user/*/dconf/user r,

To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.