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

« back to all changes in this revision

Viewing changes to profiles/apparmor.d/abstractions/audio

  • 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) 2002-2009 Novell/SUSE
 
5
#    Copyright (C) 2009 Canonical Ltd.
 
6
#
 
7
#    This program is free software; you can redistribute it and/or
 
8
#    modify it under the terms of version 2 of the GNU General Public
 
9
#    License published by the Free Software Foundation.
 
10
#
 
11
# ------------------------------------------------------------------
 
12
 
 
13
 
 
14
 
 
15
/dev/admmidi*   rw,
 
16
/dev/adsp*      rw,
 
17
/dev/aload*     rw,
 
18
/dev/amidi*     rw,
 
19
/dev/audio*     rw,
 
20
/dev/dmfm*      rw,
 
21
/dev/dmmidi*    rw,
 
22
/dev/dsp*       rw,
 
23
/dev/midi*      rw,
 
24
/dev/mixer*     rw,
 
25
/dev/mpu401data rw,
 
26
/dev/mpu401stat rw,
 
27
/dev/patmgr*    rw,
 
28
/dev/phone*     rw,
 
29
/dev/radio*     rw,
 
30
/dev/rmidi*     rw,
 
31
/dev/sequencer  rw,
 
32
/dev/sequencer2 rw,
 
33
/dev/smpte*     rw,
 
34
 
 
35
/dev/snd/*      rw,
 
36
/dev/sound/*    rw,
 
37
 
 
38
@{PROC}/asound/** rw,
 
39
 
 
40
/usr/share/alsa/** r,
 
41
/usr/share/sounds/** r,
 
42
 
 
43
@{HOME}/.esd_auth  r,
 
44
@{HOME}/.asoundrc  r,
 
45
/etc/esound/esd.conf r,
 
46
 
 
47
# libcanberra
 
48
@{HOME}/.cache/event-sound-cache.* rwk,
 
49
 
 
50
# pulse
 
51
/etc/pulse/ r,
 
52
/etc/pulse/* r,
 
53
/dev/shm/ r,
 
54
owner /dev/shm/pulse-shm* rwk,
 
55
owner @{HOME}/.pulse-cookie rwk,
 
56
owner @{HOME}/.pulse/ rw,
 
57
owner @{HOME}/.pulse/* rwk,
 
58
owner /tmp/pulse-*/ rw,
 
59
owner /tmp/pulse-*/* rw,
 
60
 
 
61
# libgnome2
 
62
/etc/sound/ r,
 
63
/etc/sound/** r,