~ubuntu-branches/ubuntu/wily/apparmor/wily

« back to all changes in this revision

Viewing changes to profiles/apparmor.d/abstractions/freedesktop.org

  • Committer: Bazaar Package Importer
  • Author(s): Kees Cook
  • Date: 2011-04-27 10:38:07 UTC
  • mfrom: (5.1.118 natty)
  • Revision ID: james.westby@ubuntu.com-20110427103807-ym3rhwys6o84ith0
Tags: 2.6.1-2
debian/copyright: clarify for some full organization names.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
# vim:syntax=apparmor
 
2
# ------------------------------------------------------------------
 
3
#
 
4
#    Copyright (C) 2009 Canonical Ltd.
 
5
#
 
6
#    This program is free software; you can redistribute it and/or
 
7
#    modify it under the terms of version 2 of the GNU General Public
 
8
#    License published by the Free Software Foundation.
 
9
#
 
10
# ------------------------------------------------------------------
 
11
 
 
12
  # system configuration
 
13
  /usr/share/applications/               r,
 
14
  /usr/share/applications/mimeinfo.cache r,
 
15
  /usr/share/applications/*.desktop      r,
 
16
  /usr/share/icons/               r,
 
17
  /usr/share/icons/**             r,
 
18
  /usr/share/pixmaps/             r,
 
19
  /usr/share/pixmaps/**           r,
 
20
  /usr/local/share/icons/               r,
 
21
  /usr/local/share/icons/**             r,
 
22
  /usr/local/share/pixmaps/             r,
 
23
  /usr/local/share/pixmaps/**           r,
 
24
 
 
25
  # this should probably go elsewhere
 
26
  /usr/share/mime/**              r,
 
27
 
 
28
  # per-user configurations
 
29
  owner @{HOME}/.icons/                 r,
 
30
  owner @{HOME}/.recently-used.xbel*    rw,
 
31
  owner @{HOME}/.local/share/recently-used.xbel* rw,
 
32
  owner @{HOME}/.config/user-dirs.dirs  r,
 
33
  owner @{HOME}/.local/share/applications/*.desktop      r,
 
34
  owner @{HOME}/.local/share/applications/defaults.list  r,
 
35
  owner @{HOME}/.local/share/applications/mimeapps.list  r,
 
36
  owner @{HOME}/.local/share/applications/mimeinfo.cache r,
 
37
  owner @{HOME}/.local/share/icons/     r,
 
38
  owner @{HOME}/.local/share/icons/**   r,
 
39
  owner @{HOME}/.local/share/mime/      r,
 
40
  owner @{HOME}/.local/share/mime/**    r,