mirror of
https://gitlab.com/apparmor/apparmor.git
synced 2025-03-06 09:21:00 +01:00

This matches what we use in the profiles for local abstractions. Also adjust the check in the Makefile to expect the variant without '#'.
89 lines
1.9 KiB
Text
89 lines
1.9 KiB
Text
# vim:syntax=apparmor
|
|
# ------------------------------------------------------------------
|
|
#
|
|
# Copyright (C) 2002-2009 Novell/SUSE
|
|
# Copyright (C) 2009 Canonical Ltd.
|
|
#
|
|
# This program is free software; you can redistribute it and/or
|
|
# modify it under the terms of version 2 of the GNU General Public
|
|
# License published by the Free Software Foundation.
|
|
#
|
|
# ------------------------------------------------------------------
|
|
|
|
abi <abi/3.0>,
|
|
|
|
|
|
/dev/admmidi* rw,
|
|
/dev/adsp* rw,
|
|
/dev/aload* rw,
|
|
/dev/amidi* rw,
|
|
/dev/audio* rw,
|
|
/dev/dmfm* rw,
|
|
/dev/dmmidi* rw,
|
|
/dev/dsp* rw,
|
|
/dev/midi* rw,
|
|
/dev/mixer* rw,
|
|
/dev/mpu401data rw,
|
|
/dev/mpu401stat rw,
|
|
/dev/patmgr* rw,
|
|
/dev/phone* rw,
|
|
/dev/radio* rw,
|
|
/dev/rmidi* rw,
|
|
/dev/sequencer rw,
|
|
/dev/sequencer2 rw,
|
|
/dev/smpte* rw,
|
|
|
|
/dev/snd/* rw,
|
|
/dev/sound/* rw,
|
|
|
|
@{PROC}/asound/** rw,
|
|
|
|
/usr/share/alsa/** r,
|
|
/usr/share/sounds/** r,
|
|
|
|
owner @{HOME}/.esd_auth r,
|
|
/etc/asound.conf r,
|
|
owner @{HOME}/.asoundrc r,
|
|
/etc/esound/esd.conf r,
|
|
|
|
# libao
|
|
/etc/libao.conf r,
|
|
owner @{HOME}/.libao r,
|
|
|
|
# libcanberra
|
|
owner @{HOME}/.cache/event-sound-cache.* rwk,
|
|
|
|
# pulse
|
|
/etc/pulse/ r,
|
|
/etc/pulse/** r,
|
|
/dev/shm/ r,
|
|
@{run}/shm/ r,
|
|
owner /dev/shm/pulse-shm* rwk,
|
|
owner @{run}/shm/pulse-shm* rwk,
|
|
owner @{HOME}/.pulse-cookie rwk,
|
|
owner @{HOME}/.pulse/ rw,
|
|
owner @{HOME}/.pulse/* rwk,
|
|
owner @{run}/user/*/pulse/ rw,
|
|
owner @{run}/user/*/pulse/{native,pid} rwk,
|
|
owner @{HOME}/.config/pulse/*.conf r,
|
|
owner @{HOME}/.config/pulse/client.conf.d/{,*.conf} r,
|
|
owner @{HOME}/.config/pulse/cookie rwk,
|
|
owner /tmp/pulse-*/ rw,
|
|
owner /tmp/pulse-*/* rw,
|
|
|
|
# libgnome2
|
|
/etc/sound/ r,
|
|
/etc/sound/** r,
|
|
|
|
# openal
|
|
/etc/alsa/conf.d/{,*} r,
|
|
/etc/openal/alsoft.conf r,
|
|
owner @{HOME}/.alsoftrc r,
|
|
/usr/{,local/}share/openal/hrtf/{,**} r,
|
|
owner @{HOME}/.local/share/openal/hrtf/{,**} r,
|
|
|
|
# wildmidi
|
|
/etc/wildmidi/wildmidi.cfg r,
|
|
|
|
# Include additions to the abstraction
|
|
include if exists <abstractions/audio.d>
|