~ubuntu-branches/ubuntu/saucy/apparmor-easyprof-ubuntu/saucy-proposed

« back to all changes in this revision

Viewing changes to data/templates/ubuntu/1.0/ubuntu-sdk

  • Committer: Package Import Robot
  • Author(s): Jamie Strandboge
  • Date: 2013-10-13 21:55:36 UTC
  • Revision ID: package-import@ubuntu.com-20131013215536-bgf0fd39c40w1jfv
Tags: 1.0.39
* friends: add dbus receive to interface=com.canonical.Dee.Peer
* ubuntu-* templates:
  - add 'r' for ~/.config/user-dirs.dirs
  - remove temporary vs-thumb /usr/share access now that it is fixed
    (LP: #1235325)
* calendar: also allow CalendarView (LP: #1239073)

Show diffs side-by-side

added added

removed removed

Lines of Context:
234
234
  # subset of freedesktop.org
235
235
  /usr/share/mime/**                 r,
236
236
  owner @{HOME}/.local/share/mime/** r,
 
237
  owner @{HOME}/.config/user-dirs.dirs r,
237
238
 
238
239
  /usr/share/glib*/schemas/gschemas.compiled r,
239
240
 
288
289
  #
289
290
  # thumbnailing helper
290
291
  #
291
 
  /usr/share/thumbnailer/vs-thumb ixr,           # FIXME: LP: #1235325
292
292
  /usr/lib/@{multiarch}/thumbnailer/vs-thumb ixr,
293
293
  deny @{HOME}/.cache/tncache-write-text.null w, # silence access test
294
294
  # FIXME: this leaks running process. AppArmor kernel var could solve this